@@ -75,12 +75,12 @@ The email addresses used by the system by default are:
7575Mail
7676----
7777Set up a mail alias called "issue_tracker" as:
78- "|/usr/bin/python /home/httpd/html/roundup /roundup-mailgw <instance_home>"
78+ "|/usr/bin/python /usr/local/bin /roundup-mailgw <instance_home>"
7979
8080In some installations (e.g. RedHat 6.2 I think) you'll need to set up smrsh
8181so sendmail will accept the pipe command. In that case, symlink
8282/etc/smrsh/python to /usr/bin/python and change the command to:
83- "|python /home/httpd/html/roundup /roundup-mailgw <instance_home>"
83+ "|python /usr/local/bin /roundup-mailgw <instance_home>"
8484
8585
8686Web Interface
@@ -91,8 +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 "/<instance name>/" using the port number you set and
95- where instance name is the name you nominated in ROUNDUP_INSTANCE_HOMES.
94+ 3. Load up the page "/<instance name>/index" where instance name is the
95+ name you nominated in ROUNDUP_INSTANCE_HOMES.
9696
9797Apache:
9898 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=
108108------8<------- snip here ------8<-------
109109 note: the RewriteRule must be on one line - no breaks
110110 4. Re-start your apache to re-load the config
111- 5. Load up the page "/roundup/roundup.cgi/<instance name>/" where instance
112- name is the name you nominated in ROUNDUP_INSTANCE_HOMES.
111+ 5. Load up the page "/roundup/roundup.cgi/<instance name>/index " where
112+ instance name is the name you nominated in ROUNDUP_INSTANCE_HOMES.
113113
114114
0 commit comments