BMO/Hacking: Difference between revisions

From MozillaWiki
< BMO
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
= Setting up a development environment =
= Setting up a development environment =


You can setup your environment using a Docker container which is described at [[BMO/DeveloperBox|BMO/DeveloperBox]] or setup Bugzilla
You can setup your environment using a vagrant VM container which is described in this [https://github.com/mozilla-bteam/bmo/blob/master/README.rst README] or setup Bugzilla
manually using the instructions below.
manually using the instructions below.



Revision as of 17:05, 25 May 2017

Overview

BMO is running a customised version of Bugzilla, currently (3rd July 2014) sitting on top of Bugzilla version 4.2, but with many features and fixes backported from the master, 5.0, and 4.4 branches.

All source is maintained in git and is mirrored (read-only) to GitHub. New development is done in the master branch, which is regularly synced to our staging server, https://bugzilla.allizom.org, and, generally on a weekly basis, pushed out to production. The development branch is synced to our development server, https://bugzilla-dev.allizom.org, generally when we are experimenting with new features.

We use Apache's web server, and MySQL's database.

Setting up a development environment

You can setup your environment using a vagrant VM container which is described in this README or setup Bugzilla manually using the instructions below.