gecko-dev/webtools/tinderbox2/Install
2000-08-11 00:27:27 +00:00

28 lines
876 B
Plaintext

To install
1) read and edit the variables found in the files ./src/lib/*,
particularly TreeData.pm and FileStructure.pm
2) run ./configure
3) run make
4) run make install
5) set up a cron job to run $prefix/bin/tinder.cgi --daemon-mode
every five minutes
6) set up $prefix/bin/processmail to recieve the incoming tinderbox mail
7) if you are using VC_CVS.pm then you will need to put a ~/.cvspass
for tinderbox to use. Log into the CVS repository yourself, once for
each tree you have defined. This must be done exactly as you wrote it
in TreeData. Then copy your ~/.cvspass into tinderbox home directory.
This is the REAL home of the Tinderbox daemon, as listed in
/etc/passwd/ and set in the $HOME environmental variable for
tinder.cgi.
8) setup the build machines to mail their build logs
(with tinderbox variables on the top) to the web server machine.