Skip to content

Commit 9c50833

Browse files
author
Richard Jones
committed
Better install info
1 parent 474d4df commit 9c50833

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

INSTALL.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ Stand-alone:
9191
1. Edit roundup-server at the top - ROUNDUP_INSTANCE_HOMES needs to know
9292
about your instance.
9393
2. "roundup-server [hostname port]" (hostname may be "")
94-
3. Load up the page "/" using the port number you set.
94+
3. Load up the page "/<instance name>/" using the port number you set and
95+
where instance name is the name you nominated in ROUNDUP_INSTANCE_HOMES.
9596

9697
Apache:
9798
1. Make sure roundup.cgi is executable. Edit it at the top -
@@ -107,6 +108,7 @@ RewriteRule ^/roundup/roundup.cgi(.*) /home/httpd/html/roundup/roundup.cgi$1 [e=
107108
------8<------- snip here ------8<-------
108109
note: the RewriteRule must be on one line - no breaks
109110
4. Re-start your apache to re-load the config
110-
5. Load up the page "/roundup/roundup.cgi/"
111+
5. Load up the page "/roundup/roundup.cgi/<instance name>/" where instance
112+
name is the name you nominated in ROUNDUP_INSTANCE_HOMES.
111113

112114

0 commit comments

Comments
 (0)