From 4b6aece32645edc98cf84b40bd07f2f05ea42985 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 6 Aug 2001 08:57:21 +0000 Subject: [PATCH] Better install info git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@215 57a73879-2fb5-44c3-a270-3262357dd7e2 --- INSTALL.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 74a5fff..1129b11 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -91,7 +91,8 @@ Stand-alone: 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 "//" 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//" where instance + name is the name you nominated in ROUNDUP_INSTANCE_HOMES. -- 2.30.2