766
edits
(Updated for different config versions) |
DaveLawrence (talk | contribs) No edit summary |
||
| (17 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
== Creating a BMO Development System using Docker == | |||
Getting Bugzilla, as well as the latest code that is used by [http://bugzilla.mozilla.org bugzilla.mozilla.org], installed and running locally in order to | |||
make changes, fix bugs, etc. is not the easiest thing for every one to do. Especially if you are not familiar with Linux systems, the Perl programming | |||
language, or installing all of the many CPAN module dependencies needed for Bugzilla to work properly. This Developer Box is designed to help people | |||
to be able to get up and running quickly and easily by providing a ready to run Docker container that should work on most platforms. | |||
First you will need to check the latest BMO source code from https://git.mozilla.org/webtools/bmo/bugzilla into a local directory and change into the | |||
contrib/docker directory. | |||
$ git clone https://git.mozilla.org/webtools/bmo/bugzilla.git docker-bugzilla | |||
$ cd docker-bugzilla/docker | |||
For instructions on how to get your platform setup to run Docker as well as information on how to start the container, see the [https://github.com/mozilla/webtools-bmo-bugzilla/blob/master/docker/README.md README.md] file in the current directory. | |||
cd | |||
edits