16 lines
842 B
Text
16 lines
842 B
Text
Bugzilla is a powerful bug tracking system used by a large number of open
|
|
source projects.
|
|
|
|
In order to use Bugzilla, you will first need to configure it for your
|
|
environment. The first step to doing this is to run the checksetup.pl
|
|
script, which will perform module version checks and create an initial
|
|
config file in /etc/bugzilla called localconfig. You then need to ensure
|
|
the values in this file are accurate for your environment.
|
|
|
|
Once this is done, you may need to modify default settings for your database
|
|
to ensure it accepts Bugzilla data properly. Please see
|
|
http://www.bugzilla.org/docs/2.22/html/configuration.html for specifics of
|
|
database setting modifications.
|
|
|
|
Lastly, simply re-run checksetup.pl to populate the database tables, set up
|
|
the templates, and add the administrator ID. You should be done at this point.
|