The bugzilla rpms
Find a file
2007-05-24 13:57:29 +00:00
.cvsignore update to upstream version 3.0 2007-05-18 18:14:02 +00:00
branch Initialize branch FC-6 for bugzilla 2006-10-23 14:48:43 +00:00
bugzilla-httpd-conf auto-import bugzilla-2.22-5 on branch devel from bugzilla-2.22-5.src.rpm 2006-06-26 17:53:13 +00:00
bugzilla-rw-paths.patch fix skins location issue 2007-05-19 19:58:38 +00:00
bugzilla.spec updating requires, bz 241037, 241206 2007-05-24 13:57:29 +00:00
Makefile Setup of module bugzilla 2006-06-26 17:50:23 +00:00
README.fedora.bugzilla update to upstream version 3.0 2007-05-18 18:14:02 +00:00
sources update to upstream version 3.0 2007-05-18 18:14:02 +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.