Mercurial > p > roundup > code
comparison doc/installation.txt @ 1078:344bad728d10
more tweakage of help display and style issues
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 09 Sep 2002 04:43:10 +0000 |
| parents | b9988e118055 |
| children | 43ab730ee194 |
comparison
equal
deleted
inserted
replaced
| 1077:6b0d9ec988b8 | 1078:344bad728d10 |
|---|---|
| 1 ================== | 1 ================== |
| 2 Installing Roundup | 2 Installing Roundup |
| 3 ================== | 3 ================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.20 $ | 5 :Version: $Revision: 1.21 $ |
| 6 | 6 |
| 7 .. contents:: | 7 .. contents:: |
| 8 | 8 |
| 9 | 9 |
| 10 Overview | 10 Overview |
| 178 should also add the username your web server runs as to the group. | 178 should also add the username your web server runs as to the group. |
| 179 My group now looks like this:: | 179 My group now looks like this:: |
| 180 | 180 |
| 181 support:*:1002:jblaine,samh,geezer,mail,apache | 181 support:*:1002:jblaine,samh,geezer,mail,apache |
| 182 | 182 |
| 183 The instance "db" directory should be chmod'ed g+sw so that the group can | |
| 184 write to the database, and any new files created in the database will be owned | |
| 185 by the group. | |
| 186 | |
| 183 An alternative to the above is to create a new user who has the sole | 187 An alternative to the above is to create a new user who has the sole |
| 184 responsibility of running roundup. This user: | 188 responsibility of running roundup. This user: |
| 185 | 189 |
| 186 1. runs the CGI interface daemon | 190 1. runs the CGI interface daemon |
| 187 2. runs regular polls for email | 191 2. runs regular polls for email |
| 188 3. runs regular checks (using cron) to ensure the daemon is up | 192 3. runs regular checks (using cron) to ensure the daemon is up |
| 189 4. optionally has no login password so that nobody but the "root" user | 193 4. optionally has no login password so that nobody but the "root" user |
| 190 may actually login and play with the roundup setup. | 194 may actually login and play with the roundup setup. |
| 191 | 195 |
| 192 | |
| 193 Internet Setup | 196 Internet Setup |
| 194 ~~~~~~~~~~~~~~ | 197 ~~~~~~~~~~~~~~ |
| 195 | 198 |
| 196 1. There are two supported ways to get emailed issues into the | 199 1. There are two supported ways to get emailed issues into the |
| 197 Roundup instance. You should pick ONE of the following, both | 200 Roundup instance. You should pick ONE of the following, both |
