Mercurial > p > roundup > code
changeset 209:e1b2b0dd0fd4
Better install info
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 06 Aug 2001 08:57:21 +0000 |
| parents | 1894a28a1e66 |
| children | 40d7be9708f6 |
| files | INSTALL.txt |
| diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL.txt Mon Aug 06 01:20:00 2001 +0000 +++ b/INSTALL.txt Mon Aug 06 08:57:21 2001 +0000 @@ -91,7 +91,8 @@ 1. Edit roundup-server at the top - ROUNDUP_INSTANCE_HOMES needs to know about your instance. 2. "roundup-server [hostname port]" (hostname may be "") - 3. Load up the page "/" using the port number you set. + 3. Load up the page "/<instance name>/" using the port number you set and + where instance name is the name you nominated in ROUNDUP_INSTANCE_HOMES. Apache: 1. Make sure roundup.cgi is executable. Edit it at the top - @@ -107,6 +108,7 @@ ------8<------- snip here ------8<------- note: the RewriteRule must be on one line - no breaks 4. Re-start your apache to re-load the config - 5. Load up the page "/roundup/roundup.cgi/" + 5. Load up the page "/roundup/roundup.cgi/<instance name>/" where instance + name is the name you nominated in ROUNDUP_INSTANCE_HOMES.
