comparison doc/getting_started.txt @ 991:79129f013153

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Fri, 30 Aug 2002 08:36:40 +0000
parents f36ffa50374f
children 43ab730ee194
comparison
equal deleted inserted replaced
990:d374545c8eb0 991:79129f013153
1 =============== 1 ===============
2 Getting Started 2 Getting Started
3 =============== 3 ===============
4 4
5 :Version: $Revision: 1.4 $ 5 :Version: $Revision: 1.5 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 The following instructions assume that you have installed roundup. If you 10 The following instructions assume that you have installed roundup. If you
164 these directives to your "httpd.conf":: 164 these directives to your "httpd.conf"::
165 165
166 SetEnv ROUNDUP_LOG "/var/log/roundup.log" 166 SetEnv ROUNDUP_LOG "/var/log/roundup.log"
167 SetEnv ROUNDUP_INSTANCE_HOMES "Default=/usr/local/share/roundup/instances/Default" 167 SetEnv ROUNDUP_INSTANCE_HOMES "Default=/usr/local/share/roundup/instances/Default"
168 SetEnv ROUNDUP_DEBUG "0" 168 SetEnv ROUNDUP_DEBUG "0"
169 169
170 7. On Windows, write a batch file "roundup.bat" similar to the one below and 170 7. On Windows, write a batch file "roundup.bat" similar to the one below and
171 place it into your cgi-bin directory:: 171 place it into your cgi-bin directory::
172 172
173 @echo off 173 @echo off
174 set ROUNDUP_LOG=c:\Python21\share\roundup\cgi.log 174 set ROUNDUP_LOG=c:\Python21\share\roundup\cgi.log

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