25 lines
1.2 KiB
Text
25 lines
1.2 KiB
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.
|
|
|
|
|
|
UPGRADES
|
|
--------
|
|
If you are upgrading from bugzilla-2.22.2-1, you will want to view the
|
|
sanity check page of your Bugzilla installation immediately after upgrading
|
|
and fix any errors found. For additional information on migrating to this
|
|
package from an unmanaged Bugzilla installation other than 2.22.2, please
|
|
see http://www.bugzilla.org/releases/3.0/release-notes.html#v30_upgrading.
|