Code

mention config.py in the install instructions, removed a bug
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 19 Jul 2001 03:12:56 +0000 (03:12 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 19 Jul 2001 03:12:56 +0000 (03:12 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@6 57a73879-2fb5-44c3-a270-3262357dd7e2

README

diff --git a/README b/README
index 398bcaee0ed9c2ab53da5780da611ad23b9c97ae..e513ea5a72127929a9e42139ac42ab7913ba360f 100644 (file)
--- 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, ..."