Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 21:af157c0a36a3 | 22:d64c32a499f9 |
|---|---|
| 8 Software Pty Ltd (http://www.bizarsoftware.com.au). | 8 Software Pty Ltd (http://www.bizarsoftware.com.au). |
| 9 | 9 |
| 10 The stylesheet included with this package has been copied from the Zope | 10 The stylesheet included with this package has been copied from the Zope |
| 11 management interface and presumably belongs to Digital Creations. | 11 management interface and presumably belongs to Digital Creations. |
| 12 | 12 |
| 13 | |
| 14 TODO: Instructions need re-writing!! | |
| 13 | 15 |
| 14 | 16 |
| 15 2. Installation | 17 2. Installation |
| 16 =============== | 18 =============== |
| 17 These instructions work on redhat 6.2 and mandrake 8.0 - with the caveat | 19 These instructions work on redhat 6.2 and mandrake 8.0 - with the caveat |
| 42 Both need the bsddb module. | 44 Both need the bsddb module. |
| 43 | 45 |
| 44 | 46 |
| 45 2.1 Initial Setup | 47 2.1 Initial Setup |
| 46 ----------------- | 48 ----------------- |
| 47 1. Make a directory in /home/httpd/html called 'roundup'. | |
| 48 2. Copy the tar file's contents there. | |
| 49 3. Edit config.py | |
| 50 4. "python roundup.py init" to initialise the database (by default, it | |
| 51 goes in a directory called 'db' in the current directory). Choose a | |
| 52 sensible admin password. | |
| 53 5. "chmod -R a+rw db" | |
| 54 | 49 |
| 55 | 50 |
| 56 2.2 Mail | 51 2.2 Mail |
| 57 -------- | 52 -------- |
| 58 Set up a mail alias called "issue_tracker" as: | 53 Set up a mail alias called "issue_tracker" as: |
| 59 "|/usr/bin/python /home/httpd/html/roundup/roundup-mailgw.py" | 54 "|/usr/bin/python /home/httpd/html/roundup/roundup-mailgw <instance_home>" |
| 60 | 55 |
| 61 In some installations (e.g. RedHat 6.2 I think) you'll need to set up smrsh | 56 In some installations (e.g. RedHat 6.2 I think) you'll need to set up smrsh |
| 62 so sendmail will accept the pipe command. In that case, symlink | 57 so sendmail will accept the pipe command. In that case, symlink |
| 63 /etc/smrsh/python to /usr/bin/python and change the command to: | 58 /etc/smrsh/python to /usr/bin/python and change the command to: |
| 64 "|python /home/httpd/html/roundup/roundup-mailgw.py" | 59 "|python /home/httpd/html/roundup/roundup-mailgw <instance_home>" |
| 65 | 60 |
| 66 | 61 |
| 67 2.3 Web Interface | 62 2.3 Web Interface |
| 68 ----------------- | 63 ----------------- |
| 69 This software will work through apache or stand-alone. | 64 This software will work through apache or stand-alone. |
