summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b943dac)
raw | patch | inline | side by side (parent: b943dac)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 6 Aug 2001 08:57:21 +0000 (08:57 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 6 Aug 2001 08:57:21 +0000 (08:57 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@215 57a73879-2fb5-44c3-a270-3262357dd7e2
INSTALL.txt | patch | blob | history |
diff --git a/INSTALL.txt b/INSTALL.txt
index 74a5ffffc35f661e7a2e7201884e357f64c7ebdf..1129b11eb482058308cdffdb99b56cfa6f7aee1d 100644 (file)
--- a/INSTALL.txt
+++ b/INSTALL.txt
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 @@ RewriteRule ^/roundup/roundup.cgi(.*) /home/httpd/html/roundup/roundup.cgi$1 [e=
------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.