From b7d9609fa600b87cff15e9da1ad925f1576be74d Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 7 Aug 2001 02:51:23 +0000 Subject: [PATCH] further clarification for gettnig started git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@222 57a73879-2fb5-44c3-a270-3262357dd7e2 --- INSTALL.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 1129b11..10c0623 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -75,12 +75,12 @@ The email addresses used by the system by default are: Mail ---- Set up a mail alias called "issue_tracker" as: - "|/usr/bin/python /home/httpd/html/roundup/roundup-mailgw " + "|/usr/bin/python /usr/local/bin/roundup-mailgw " In some installations (e.g. RedHat 6.2 I think) you'll need to set up smrsh so sendmail will accept the pipe command. In that case, symlink /etc/smrsh/python to /usr/bin/python and change the command to: - "|python /home/httpd/html/roundup/roundup-mailgw " + "|python /usr/local/bin/roundup-mailgw " Web Interface @@ -91,8 +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 and - where instance name is the name you nominated in ROUNDUP_INSTANCE_HOMES. + 3. Load up the page "//index" 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 - @@ -108,7 +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//" where instance - name is the name you nominated in ROUNDUP_INSTANCE_HOMES. + 5. Load up the page "/roundup/roundup.cgi//index" where + instance name is the name you nominated in ROUNDUP_INSTANCE_HOMES. -- 2.30.2