Confirmed users
1,198
edits
No edit summary |
|||
Line 3: | Line 3: | ||
=== Overview === | === Overview === | ||
BMO is running a customised version of Bugzilla, currently ( | BMO is running a customised version of Bugzilla, currently (5th March 2013) sitting on top of Bugzilla version 4.2. | ||
All source is maintained in BZR, http://bzr.mozilla.org/bmo/4. | All source is maintained in BZR, http://bzr.mozilla.org/bmo/4.2/files | ||
We use Apache's web server, and MySQL's database. | We use Apache's web server, and MySQL's database. | ||
Line 11: | Line 11: | ||
=== Setting up a development environment === | === Setting up a development environment === | ||
* Follow the instructions to install Bugzilla 4. | * Follow the instructions to install Bugzilla 4.2: http://www.bugzilla.org/docs/4.2/en/html/installing-bugzilla.html | ||
** For section 2.1.4, check the source out of '''bzr://bzr.mozilla.org/bmo/4. | ** For section 2.1.4, check the source out of '''bzr://bzr.mozilla.org/bmo/4.2''' instead of the upstream repository | ||
** Setting up an environment is basically a matter of: | ** Setting up an environment is basically a matter of: | ||
**# Check out the source | **# Check out the source |