gecko-dev/webtools/bugzilla
terry%netscape.com 35d21728e4 Patch by (mostly) Bert Driehuis <bert_driehuis@nl.compuware.com> --
explain a bit about the versioncache file.
1998-09-21 23:29:39 +00:00
..
1x1.gif Bugzilla source. 1998-08-26 06:14:20 +00:00
ant.jpg smaller version of the ant image (8k instead of 17k.) 1998-08-26 22:36:05 +00:00
bug_form.pl Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
bug_status.html Bugzilla source. 1998-08-26 06:14:20 +00:00
buglist.cgi Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
CGI.pl Add simple support for a version string. 1998-09-19 04:38:12 +00:00
changepassword.cgi Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
CHANGES Get rid of .tcl files; we're a perl app now. 1998-09-16 15:08:09 +00:00
colchange.cgi Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
defparams.pl Change default banner to include version info. 1998-09-19 05:47:54 +00:00
doclosebug.cgi Bugzilla source. 1998-08-26 06:14:20 +00:00
doeditparams.cgi Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
edit_desc.cgi Bugzilla source. 1998-08-26 06:14:20 +00:00
editparams.cgi Make it clear to people that "%version%" will work. 1998-09-19 05:48:09 +00:00
enter_bug.cgi Patch by Bert Driehuis <bert_driehuis@nl.compuware.com> -- recognize 1998-09-21 18:51:33 +00:00
globals.pl Whoops. Ignore anything that tries to override the version number in 1998-09-19 06:20:13 +00:00
help.html Bugzilla source. 1998-08-26 06:14:20 +00:00
how_to_mail.html Bugzilla source. 1998-08-26 06:14:20 +00:00
index.html give the image a border 1998-08-26 22:36:44 +00:00
long_list.cgi Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
makeactivitytable.sh Bugzilla source. 1998-08-26 06:14:20 +00:00
makebugtable.sh Bugzilla source. 1998-08-26 06:14:20 +00:00
makecctable.sh Bugzilla source. 1998-08-26 06:14:20 +00:00
makecomponenttable.sh Added new "Layout" component to NGLayout. 1998-09-11 16:59:02 +00:00
makelogincookiestable.sh Changed the way password validation works. We now keep a 1998-09-02 18:54:54 +00:00
makeprofilestable.sh Changed the way password validation works. We now keep a 1998-09-02 18:54:54 +00:00
makeversiontable.sh Added 1998-09-04 version. 1998-09-08 22:06:33 +00:00
new_comment.cgi Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
newquip.html Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
post_bug.cgi Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
process_bug.cgi Fixed bug 827 -- silly me still had a reference to a .tcl file. Oops! 1998-09-16 14:36:38 +00:00
processmail Was generating garbage instead of the Cc: line. 1998-09-21 18:07:52 +00:00
query.cgi Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
README Patch by (mostly) Bert Driehuis <bert_driehuis@nl.compuware.com> -- 1998-09-21 23:29:39 +00:00
relogin.cgi Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
sanitycheck.cgi Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
show_activity.cgi Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
show_bug.cgi Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
whineatnews.pl Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00

This is Bugzilla.  See <http://www.mozilla.org/bugs/>.


	==========
	DISCLAIMER
	==========

This is not very well packaged code.  It's not packaged at all.  Don't
come here expecting something you plop in a directory, twiddle a few
things, and you're off and using it.  Work has to be done to get
there.  We'd like to get there, but it wasn't clear when that would
be, and so we decided to let people see it first.



	============
	INSTALLATION
	============

(This section stolen heavily from the Bonsai INSTALL document.  It's
also probably incomplete.  "We're accepting patches", especially to
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.
      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

Earlier versions of Bugzilla required TCL.  THIS IS NO LONGER TRUE.
All dependencies on TCL have been removed.

1.1 Getting and setting up MySQL database

   Visit MySQL homepage at http://www.tcx.se and grab the latest
stable binary release of the server. Sure, you can get sources and
compile them yourself, but binaries are the easiest and the fastest
way to get it up and running. Follow instructions found in
manual. There is a section about installing binary-only
distributions. 

   You should create database "bugs". It may be a good idea to make it
writable by all users on your machine and change access level
later. This would save you a lot of time trying to guess whether it's
permissions or a mistake in the script that make things fail.


1.2 HTTP server

You have a freedom of choice here - Apache, Netscape or any other
server on UNIX would do. The only thing - to make configuration easier
you'd better run HTTP daemon on the same machine that you run MySQL
server on. Make sure that you can access 'bugs' database with user
id you're running the daemon with.


2. TWEAKING THE TOOLS

   Now you should have all necessary tools to be able to run Bugzilla
and see why the wouldn't work for you right now. 

   First of all you have to change "#!/usr/bonsaitools" to wherever
you've installed your binaries in all executable scripts in Bugzilla
directories.

   Make sure the directory containing the binaries is writable by the 
web server.  Bugzilla keeps some temporary files here.

  Create an empty file in that directory named "comments"; make sure
it is writable by the web server.  Also, create empty files named
"nomail" and "mail".

3. Setting up database

First, run mysql, and tell it "create database bugs;".

Now, you should be run all six scripts named make*.sh.  This creates the
database tables and populates them a teeny bit.


4. Setting the parameters

At this point, you ought to be able to go and browse some pages.  But you'd
like to customize some things.

Create yourself an account.  (Try to enter a new bug, and it will
prompt you for your login.  Give it your email address, and have it
mail you your password.)  Go visit the query page; that ought to force
the creation of the "data/params" file in your installation dir.  Edit the
data/params file, and change the line that sets "$::param{'maintainer'}" to
have your email address as the maintainer.  Go visit the query page
again; there should now be a link at the bottom that invites you to
edit the parameters.  (If you have cookies turned off, you'll have to
go to editparams.cgi manually.)

Tweak the parameters to taste.  Be careful.


5. Set up the whining cron job.

It's a good idea to set up a daily cronjob that does

	cd <your-installation-dir> ; ./whineatnews.pl

This causes email that gets sent to anyone who has a NEW bug that
hasn't been touched for several days.  For more info, see the
whinedays and whinemail parameters.


6. Modifying your running system

Bugzilla optimizes database lookups by storing all relatively static
information in the versioncache file, located in the data/
subdirectory under your installation directory (we said before it
needs to be writable, right?!)

If you make a change to the structural data in your database (the
versions table for example), or to the "constants" encoded in
defparams.pl, you will need to remove the cached content from the data
directory (by doing a "rm data/versioncache"), or your changes won't
show up!

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.