From: jhermann Date: Tue, 6 Nov 2001 22:41:26 +0000 (+0000) Subject: Changed samples to use "share/roundup" paths X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5e1af4d8dadb4cc6db06f3834e0e888a6cadafef;p=roundup.git Changed samples to use "share/roundup" paths git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@372 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/INSTALL.txt b/INSTALL.txt index 2b33445..32b239d 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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