Skip to content

Commit 2af8325

Browse files
author
Richard Jones
committed
mention config.py in the install instructions, removed a bug
1 parent 8a33713 commit 2af8325

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ Both need the bsddb module.
3737
-----------------
3838
1. Make a directory in /home/httpd/html called 'roundup'.
3939
2. Copy the tar file's contents there.
40-
3. "python roundup.py init" to initialise the database (by default, it
40+
3. Edit config.py
41+
4. "python roundup.py init" to initialise the database (by default, it
4142
goes in a directory called 'db' in the current directory). Choose a
4243
sensible admin password.
43-
4. "chmod -R a+rw db"
44+
5. "chmod -R a+rw db"
4445

4546

4647
2.2 Mail
@@ -79,6 +80,7 @@ RewriteRule ^/roundup/roundup.cgi(.*) /home/httpd/html/roundup/roundup.cgi$1 [e=
7980
5. Load up the page "/roundup/roundup.cgi/"
8081

8182

83+
8284
3. Usage
8385
========
8486
The system is designed to accessed through the command-line, e-mail or web
@@ -163,6 +165,7 @@ In short:
163165
roundup.py - the command-line tool has a lot more commands at its disposal
164166

165167

168+
166169
4. TODO
167170
=======
168171
Most of the TODO items are captured in comments in the code. In summary:
@@ -192,8 +195,6 @@ roundup_cgi
192195
5. Known Bugs
193196
=============
194197

195-
http://dirk.adroit/roundup/roundup.cgi/issue?%3Acolumns%3Dactivity%2Cstatus%2Ctitle&%3Asort%3Dtitle%2C-activity&%3Agroup%3Dpriority
196-
197198
date:
198199
. date subtraction doesn't work correctly "if the dates cross leap years,
199200
phases of the moon, ..."

0 commit comments

Comments
 (0)