Mercurial > p > roundup > code
diff README @ 22:d64c32a499f9
Initial commit of the Grande Splite
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 22 Jul 2001 11:11:14 +0000 |
| parents | a5eb90ae8903 |
| children | 44c274907ecd |
line wrap: on
line diff
--- a/README Fri Jul 20 12:33:06 2001 +0000 +++ b/README Sun Jul 22 11:11:14 2001 +0000 @@ -11,6 +11,8 @@ management interface and presumably belongs to Digital Creations. +TODO: Instructions need re-writing!! + 2. Installation =============== @@ -44,24 +46,17 @@ 2.1 Initial Setup ----------------- - 1. Make a directory in /home/httpd/html called 'roundup'. - 2. Copy the tar file's contents there. - 3. Edit config.py - 4. "python roundup.py init" to initialise the database (by default, it - goes in a directory called 'db' in the current directory). Choose a - sensible admin password. - 5. "chmod -R a+rw db" 2.2 Mail -------- Set up a mail alias called "issue_tracker" as: - "|/usr/bin/python /home/httpd/html/roundup/roundup-mailgw.py" + "|/usr/bin/python /home/httpd/html/roundup/roundup-mailgw <instance_home>" In some installations (e.g. RedHat 6.2 I think) you'll need to set up smrsh so sendmail will accept the pipe command. In that case, symlink /etc/smrsh/python to /usr/bin/python and change the command to: - "|python /home/httpd/html/roundup/roundup-mailgw.py" + "|python /home/httpd/html/roundup/roundup-mailgw <instance_home>" 2.3 Web Interface
