File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
9697Apache:
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
You can’t perform that action at this time.
0 commit comments