Bugzilla
Bugzilla for SME Server
Maintainer
Description
Bugzilla is a Web-based general-purpose bugtracker and testing tool originally developed and used by the Mozilla project, and licensed under the Mozilla Public License.
Released as open source software by Netscape Communications in 1998, it has been adopted by a variety of organizations for use as a bug tracking system for both free and open source software and proprietary projects and products. Bugzilla is used, among others, by Mozilla Foundation, Wikimedia Foundation, WebKit, NASA, Yahoo!, GNOME, KDE, Apache, Red Hat and Novell.....And the best of all : The SME Server project.
Requirements
A SME Server 8 fully updated
Installation
This contrib is currently held in the SME Server 8 smecontribs repository, so the following commands will install on your smeserver.
yum --enablerepo=smecontribs install smeserver-bugzilla
signal-event post-upgrade; signal-event reboot
Go to http://yourdomainsme/bugzilla and then perform the login in your web browser.
Before that you have to find your login credentials
cat /etc/bugzilla.conf
and see your email and you password
$answer{'ADMIN_EMAIL'} = 'admin@mycompany.local'; $answer{'ADMIN_PASSWORD'} = 'bs+vN148NFuEGDvN';
or by the db command choose the AdminPassword
config show bugzilla
Uninstall
yum remove smeserver-bugzilla signal-event post-upgrade; signal-event reboot
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-filezilla component or use this link .