The bugzilla rpms
Find a file
Emmanuel Seyman 439e2d32da Update to 4.0.3
Add perl(Locale::Language) to the Requires
Put the xml docs source in the doc-build subpackage
Add index.html to the DirectoryIndex
Fix typo in README.fedora.bugzilla
2012-01-08 14:29:39 +01:00
.gitignore Update to 4.0.3 2012-01-08 14:29:39 +01:00
bugzilla-httpd-conf Update to 4.0.3 2012-01-08 14:29:39 +01:00
bugzilla-rw-paths.patch Update to 4.0.2, add RPM-4.9-style filtering, put graphs in /var/lib/bugzilla/graphs 2011-08-05 14:39:55 +02:00
bugzilla-yum.patch Update to 4.0.1 and patch the installation procedure to recommend yum 2011-05-01 17:36:01 +02:00
bugzilla.cron-daily Update to 4.0 2011-03-28 00:18:56 +02:00
bugzilla.spec Update to 4.0.3 2012-01-08 14:29:39 +01:00
README.fedora.bugzilla Update to 4.0.3 2012-01-08 14:29:39 +01:00
sources Update to 4.0.3 2012-01-08 14:29:39 +01: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.

There are two useful cron jobs which are included with Bugzilla which should be
put in place after configuration is done.  The first is a daily cron job for 
statistics collection.  This is in the file "cron.daily" and can be enabled by
simply copying this file to /etc/cron.daily/bugzilla (or any other file name
in the /etc/cron.daily/ directory).  The second is the "whine" cron job,
designed to run every 15 minutes.  To enable this job, simply copy the
cron.whine file to /etc/cron.d/bugzilla (or any othe filename within the
/etc/cron.d/ directory).