Skip to content

Commit 0ec0ad5

Browse files
author
Richard Jones
committed
Fixed manifest template
Fixed install notes
1 parent 7f479cf commit 0ec0ad5

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

INSTALL.txt

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,14 @@ Stand-alone:
107107
name you nominated in ROUNDUP_INSTANCE_HOMES.
108108

109109
Apache:
110-
1. Make sure roundup.cgi is executable. Edit it at the top -
110+
1. The CGI script is found in the cgi-bin directory of the roundup
111+
distribution.
112+
2. Make sure roundup.cgi is executable. Edit it at the top -
111113
ROUNDUP_INSTANCE_HOMES needs to know about your instance.
112-
2. Edit your /etc/httpd/conf/httpd.conf and make sure that the
114+
3. Edit your /etc/httpd/conf/httpd.conf and make sure that the
113115
/home/httpd/html/roundup/roundup.cgi script will be treated as a CGI
114116
script.
115-
3. Add the following to your /etc/httpd/conf/httpd.conf:
116-
------8<------- snip here ------8<-------
117-
RewriteEngine on
118-
RewriteCond %{HTTP:Authorization} ^(.*)
119-
RewriteRule ^/roundup/roundup.cgi(.*) /home/httpd/html/roundup/roundup.cgi$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
120-
------8<------- snip here ------8<-------
121-
note: the RewriteRule must be on one line - no breaks
122-
4. Re-start your apache to re-load the config
117+
4. Re-start your apache to re-load the config if necessary.
123118
5. Load up the page "/roundup/roundup.cgi/<instance name>/index" where
124119
instance name is the name you nominated in ROUNDUP_INSTANCE_HOMES.
125120

126-

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
recursive-include roundup *.py *.txt *.item *.index *.css *.filter
1+
recursive-include roundup *.py *.txt *.item *.index *.css *.filter *.newitem
22
recursive-include cgi-bin *.cgi
33
recursive-include test *.py *.txt
44
recursive-include doc *.html *.png *.txt

0 commit comments

Comments
 (0)