From: richard Date: Thu, 19 Jul 2001 03:12:56 +0000 (+0000) Subject: mention config.py in the install instructions, removed a bug X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7daaff20fe39b61fccfb1968df298ecaccc701cb;p=roundup.git mention config.py in the install instructions, removed a bug git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@6 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/README b/README index 398bcae..e513ea5 100644 --- a/README +++ b/README @@ -37,10 +37,11 @@ Both need the bsddb module. ----------------- 1. Make a directory in /home/httpd/html called 'roundup'. 2. Copy the tar file's contents there. - 3. "python roundup.py init" to initialise the database (by default, it + 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. - 4. "chmod -R a+rw db" + 5. "chmod -R a+rw db" 2.2 Mail @@ -79,6 +80,7 @@ RewriteRule ^/roundup/roundup.cgi(.*) /home/httpd/html/roundup/roundup.cgi$1 [e= 5. Load up the page "/roundup/roundup.cgi/" + 3. Usage ======== The system is designed to accessed through the command-line, e-mail or web @@ -163,6 +165,7 @@ In short: roundup.py - the command-line tool has a lot more commands at its disposal + 4. TODO ======= Most of the TODO items are captured in comments in the code. In summary: @@ -192,8 +195,6 @@ roundup_cgi 5. Known Bugs ============= -http://dirk.adroit/roundup/roundup.cgi/issue?%3Acolumns%3Dactivity%2Cstatus%2Ctitle&%3Asort%3Dtitle%2C-activity&%3Agroup%3Dpriority - date: . date subtraction doesn't work correctly "if the dates cross leap years, phases of the moon, ..."