In addition to the Mojolicious ❤️, we’re also focused on more near-term gains.
Specifically getting the Bugzilla/Harmony branch running under PSGI, and being a thing you can download and use.
I am happy to announce today that the master branch is in a beta-quality state as of today,
At the moment, the following installation scenarios have been tested:
- checkout the code
- run
cpanm --installdeps --notest --with-feature=bmo -l local .
- run
checksetup.pl
and edit localconfig to point your database (only mysql is currently working) - run app.psgi, optionally with starman
If you would like to help the project, a good place to start would be testing this on your systems and reporting back findings.
The next milestone will be integration of the Mojolicious work currently going on in PR #517 in the bmo repo