Code

Changed samples to use "share/roundup" paths
authorjhermann <jhermann@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 6 Nov 2001 22:41:26 +0000 (22:41 +0000)
committerjhermann <jhermann@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 6 Nov 2001 22:41:26 +0000 (22:41 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@372 57a73879-2fb5-44c3-a270-3262357dd7e2

INSTALL.txt

index 2b33445eaef01e2ad1116b5c7f91d1d299bd4111..32b239dab8845a46013eccb867d2a10ac704ecb7 100644 (file)
@@ -120,13 +120,13 @@ Apache:
  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_INSTANCE_HOMES "Default=/usr/local/share/roundup/instances/Default"
         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_LOG=c:\Python21\share\roundup\cgi.log
+        set ROUNDUP_INSTANCE_HOMES=Default=c:\Python21\share\roundup\instances\Default;
         set ROUNDUP_DEBUG=0
-        c:\Python21\python.exe c:\roundup\cgi-bin\roundup.cgi
+        c:\Python21\python.exe c:\Python21\share\roundup\cgi-bin\roundup.cgi