comparison README @ 2:23738336ae99

mention config.py in the install instructions, removed a bug
author Richard Jones <richard@users.sourceforge.net>
date Thu, 19 Jul 2001 03:12:56 +0000
parents 5e92642cd1f8
children 4ced1524c63d
comparison
equal deleted inserted replaced
1:fddc8af9f541 2:23738336ae99
35 35
36 2.1 Initial Setup 36 2.1 Initial Setup
37 ----------------- 37 -----------------
38 1. Make a directory in /home/httpd/html called 'roundup'. 38 1. Make a directory in /home/httpd/html called 'roundup'.
39 2. Copy the tar file's contents there. 39 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
41 goes in a directory called 'db' in the current directory). Choose a 42 goes in a directory called 'db' in the current directory). Choose a
42 sensible admin password. 43 sensible admin password.
43 4. "chmod -R a+rw db" 44 5. "chmod -R a+rw db"
44 45
45 46
46 2.2 Mail 47 2.2 Mail
47 -------- 48 --------
48 Set up a mail alias called "issue_tracker" as: 49 Set up a mail alias called "issue_tracker" as:
77 note: the RewriteRule must be on one line - no breaks 78 note: the RewriteRule must be on one line - no breaks
78 4. Re-start your apache to re-load the config 79 4. Re-start your apache to re-load the config
79 5. Load up the page "/roundup/roundup.cgi/" 80 5. Load up the page "/roundup/roundup.cgi/"
80 81
81 82
83
82 3. Usage 84 3. Usage
83 ======== 85 ========
84 The system is designed to accessed through the command-line, e-mail or web 86 The system is designed to accessed through the command-line, e-mail or web
85 interface. 87 interface.
86 88
159 <property> tags. 161 <property> tags.
160 162
161 template - menu() and field() look awfully similar now .... ;) 163 template - menu() and field() look awfully similar now .... ;)
162 164
163 roundup.py - the command-line tool has a lot more commands at its disposal 165 roundup.py - the command-line tool has a lot more commands at its disposal
166
164 167
165 168
166 4. TODO 169 4. TODO
167 ======= 170 =======
168 Most of the TODO items are captured in comments in the code. In summary: 171 Most of the TODO items are captured in comments in the code. In summary:
190 193
191 194
192 5. Known Bugs 195 5. Known Bugs
193 ============= 196 =============
194 197
195 http://dirk.adroit/roundup/roundup.cgi/issue?%3Acolumns%3Dactivity%2Cstatus%2Ctitle&%3Asort%3Dtitle%2C-activity&%3Agroup%3Dpriority
196
197 date: 198 date:
198 . date subtraction doesn't work correctly "if the dates cross leap years, 199 . date subtraction doesn't work correctly "if the dates cross leap years,
199 phases of the moon, ..." 200 phases of the moon, ..."
200 201
201 The software still probably has bugs. Please let me know when you find 'em. 202 The software still probably has bugs. Please let me know when you find 'em.

Roundup Issue Tracker: http://roundup-tracker.org/