From: richard Date: Sat, 27 Oct 2001 00:10:59 +0000 (+0000) Subject: Fixed manifest template X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c7548f7561a32fc5d52baadf350db534abff544a;p=roundup.git Fixed manifest template Fixed install notes git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@339 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/INSTALL.txt b/INSTALL.txt index f0d4eaa..eb460c0 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -107,20 +107,14 @@ Stand-alone: 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//index" where instance name is the name you nominated in ROUNDUP_INSTANCE_HOMES. - diff --git a/MANIFEST.in b/MANIFEST.in index 9867c34..be442fb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -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