]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
updates for collectstats.pl and the Chart::Base requirement
authorharrison%netscape.com <>
Tue, 27 Oct 1998 18:43:38 +0000 (18:43 +0000)
committerharrison%netscape.com <>
Tue, 27 Oct 1998 18:43:38 +0000 (18:43 +0000)
README

diff --git a/README b/README
index 5af19d61ec82d171b7f0b9b7c8096413cc5ca285..c24bc96b0f5c674aedd3dd0e4b0aee0a9447c098 100644 (file)
--- a/README
+++ b/README
@@ -24,8 +24,9 @@ this document!)
 First, you need some other things:
 
    1) MySQL database server.
-   2) Perl5.004 or greater, including MySQL support and the Date::Format
-      package from CPAN.
+   2) Perl5.004 or greater, including MySQL support, and modules
+           Date::Format and Chart::Base available from your nearest
+                       CPAN server. See http://www.perl.com/CPAN.
       ftp://ftp.cpan.org/pub/CPAN/authors/id/GBARR/TimeDate-1.08.tar.gz
    3) Some kind of HTTP server so you could use CGI scripts
 
@@ -63,7 +64,7 @@ bugs database. You may have to hack the code to use "nobody"
 or whatever your HTTP server is running as.
 
 
-2. TWEAKING THE TOOLS
+2. Tweaking the Tools
 
   All scripts look in /usr/bonsaitools/bin for perl. Make 
 the appropriate links or modify the paths in each script.
@@ -129,3 +130,12 @@ That file gets automatically regenerated whenever it's more than an
 hour old, so Bugzilla will eventually notice your changes by itself,
 but generally you want it to notice right away, so that you can test
 things.
+
+
+7. Optional: Bug Graphs
+
+Place collectstats.pl in your crontab once/day to take a snapshot
+of the number of open, assigned and reopened bugs for every 
+product. The tool will create a data/mining directory and append 
+the count to a file named for the product. After at least two points 
+of data are available, you can view a graph from the Bug Reports page.