changeset 359:3903aaaef4e1

Added samples for "external" CGI config
author Jürgen Hermann <jhermann@users.sourceforge.net>
date Tue, 06 Nov 2001 22:22:20 +0000
parents 3cc910586bde
children a9734f98d30b
files INSTALL.txt
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL.txt	Tue Nov 06 22:10:11 2001 +0000
+++ b/INSTALL.txt	Tue Nov 06 22:22:20 2001 +0000
@@ -117,4 +117,16 @@
  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.
+ 6. To use the CGI script unchanged, which allows much easier updates,
+    add these directives to your "httpd.conf":
+        SetEnv ROUNDUP_LOG "/var/log/roundup.log"
+        SetEnv ROUNDUP_INSTANCE_HOMES "Default=/usr/local/share/roundup"
+        SetEnv ROUNDUP_DEBUG "0"
+ 7. On Windows, write a batch file "roundup.bat" similar to the one below
+    and place it into your cgi-bin directory:
+        @echo off
+        set ROUNDUP_LOG=c:\data\roundup\cgi.log
+        set ROUNDUP_INSTANCE_HOMES=Default=c:\data\roundup;
+        set ROUNDUP_DEBUG=0
+        c:\Python21\python.exe c:\roundup\cgi-bin\roundup.cgi
 

Roundup Issue Tracker: http://roundup-tracker.org/