summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9b68564)
raw | patch | inline | side by side (parent: 9b68564)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 27 Oct 2001 00:10:59 +0000 (00:10 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 27 Oct 2001 00:10:59 +0000 (00:10 +0000) |
Fixed install notes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@339 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@339 57a73879-2fb5-44c3-a270-3262357dd7e2
INSTALL.txt | patch | blob | history | |
MANIFEST.in | patch | blob | history |
diff --git a/INSTALL.txt b/INSTALL.txt
index f0d4eaa8416811aff7dd802ebb80635b5c23bdeb..eb460c07aefdb03208bb25ec0888af17d4cf0a8c 100644 (file)
--- a/INSTALL.txt
+++ b/INSTALL.txt
name you nominated in ROUNDUP_INSTANCE_HOMES.
Apache:
- 1. Make sure roundup.cgi is executable. Edit it at the top -
+ 1. The CGI script is found in the cgi-bin directory of the roundup
+ distribution.
+ 2. Make sure roundup.cgi is executable. Edit it at the top -
ROUNDUP_INSTANCE_HOMES needs to know about your instance.
- 2. Edit your /etc/httpd/conf/httpd.conf and make sure that the
+ 3. Edit your /etc/httpd/conf/httpd.conf and make sure that the
/home/httpd/html/roundup/roundup.cgi script will be treated as a CGI
script.
- 3. Add the following to your /etc/httpd/conf/httpd.conf:
-------8<------- snip here ------8<-------
-RewriteEngine on
-RewriteCond %{HTTP:Authorization} ^(.*)
-RewriteRule ^/roundup/roundup.cgi(.*) /home/httpd/html/roundup/roundup.cgi$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
-------8<------- snip here ------8<-------
- note: the RewriteRule must be on one line - no breaks
- 4. Re-start your apache to re-load the config
+ 4. Re-start your apache to re-load the config if necessary.
5. Load up the page "/roundup/roundup.cgi/<instance name>/index" where
instance name is the name you nominated in ROUNDUP_INSTANCE_HOMES.
-
diff --git a/MANIFEST.in b/MANIFEST.in
index 9867c34b241438873399051dcbcc9f8879586c84..be442fb7d517c4ceed6a4455b412e32f4e65eb51 100644 (file)
--- a/MANIFEST.in
+++ b/MANIFEST.in
-recursive-include roundup *.py *.txt *.item *.index *.css *.filter
+recursive-include roundup *.py *.txt *.item *.index *.css *.filter *.newitem
recursive-include cgi-bin *.cgi
recursive-include test *.py *.txt
recursive-include doc *.html *.png *.txt