The bugzilla rpms
Find a file
Fedora Release Engineering 7803c76cc1 dist-git conversion
2010-07-28 11:19:07 +00:00
.gitignore dist-git conversion 2010-07-28 11:19:07 +00:00
bugzilla-httpd-conf fix http startup big with AllowOverride Options 2007-10-26 15:41:09 +00:00
bugzilla-rw-paths.patch spec changelog, tweak patch 2007-08-27 12:54:01 +00:00
bugzilla.spec update release 2007-10-26 15:44:36 +00:00
README.fedora.bugzilla update to upstream version 3.0 2007-05-18 18:14:02 +00:00
sources update to 3.0.2 - bz 299981 2007-09-24 17:08:23 +00:00

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.