Skip to content

Commit c980974

Browse files
author
Richard Jones
committed
Initial commit of the Grande Splite
1 parent 1514dc3 commit c980974

File tree

16 files changed

+8
-4035
lines changed

16 files changed

+8
-4035
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@
5555
quoted.
5656
. Fixed a bug in the hyperdb filter - wrong variable names in the error
5757
message.
58+
. Major reshuffle of code to allow multiple roundup instances and a
59+
single, site-packages -based installation. Also allows multiple database
60+
back-ends.
61+

README

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The stylesheet included with this package has been copied from the Zope
1111
management interface and presumably belongs to Digital Creations.
1212

1313

14+
TODO: Instructions need re-writing!!
15+
1416

1517
2. Installation
1618
===============
@@ -44,24 +46,17 @@ Both need the bsddb module.
4446

4547
2.1 Initial Setup
4648
-----------------
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"
5449

5550

5651
2.2 Mail
5752
--------
5853
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>"
6055

6156
In some installations (e.g. RedHat 6.2 I think) you'll need to set up smrsh
6257
so sendmail will accept the pipe command. In that case, symlink
6358
/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>"
6560

6661

6762
2.3 Web Interface

cgitb.py

Lines changed: 0 additions & 121 deletions
This file was deleted.

config.py

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)