GitHub

Bugzilla is a Web-based general-purpose bugtracker and testing tool originally developed and used by the Mozilla project. One of Bugzilla's major attractions to developers is its lightweight implementation and speed. Many projects use it to track feature requests as well. Bugs can be submitted by anybody, and will be assigned to a particular developer.

This appliance includes all the standard features in TurnKey Core, and on top of that:

  • Bugzilla configurations:

    • Installed from the maintained upstream 5.2 branch via git to /var/www/bugzilla. The initial appliance build pins the upstream commit while retaining the branch and official remote for supervised updates.

      Security note: Updates to Bugzilla may require supervision so they ARE NOT configured to install automatically. See Bugzilla documentation for upgrading.

    • Periodically collect statistics and execute whine.

    • Includes support for dependency graphs and documentation.

  • SSL support out of the box.

  • Postfix MTA (bound to localhost) to allow sending of email (e.g., password recovery).

  • Adminer database management at https://appliance_ip:12322.

  • Webmin modules for configuring Apache2, MySQL and Postfix.

Initial configuration: http://appliance_ip/editparams.cgi

Credentials (passwords set at first boot)

  • Webmin, SSH, MySQL: username root

  • Adminer: username adminer

  • Bugzilla:

    • username is email set at first boot
    • customize via: http://appliance_ip/editusers.cgi?action=edit&userid=1

Read the original on github.com ↗