Mercurial > p > roundup > code
changeset 361:5a1c284dabea
Changed samples to use "share/roundup" paths
| author | Jürgen Hermann <jhermann@users.sourceforge.net> |
|---|---|
| date | Tue, 06 Nov 2001 22:41:26 +0000 |
| parents | a9734f98d30b |
| children | ccb394667145 |
| files | INSTALL.txt |
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL.txt Tue Nov 06 22:32:15 2001 +0000 +++ b/INSTALL.txt Tue Nov 06 22:41:26 2001 +0000 @@ -120,13 +120,13 @@ 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
