File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11This file contains the changes to the Roundup system over time. The entries
22are given with the most recent entry first.
33
4+ 2003-08-?? 0.6.1
5+ - Add note about installing cgi-bin with a different interpreter
6+
7+
482003-08-08 0.6.0
59- Fixed editing attributes on FileClass nodes.
610- Query editing now works correctly (sf bug 621248)
Original file line number Diff line number Diff line change 22Installing Roundup
33==================
44
5- :Version: $Revision: 1.55 $
5+ :Version: $Revision: 1.55.2.1 $
66
77.. contents::
88
@@ -280,6 +280,9 @@ A benefit of using the cgi-bin approach is that it's the easiest way to
280280restrict access to your tracker to only use HTTPS. Access will be slower
281281than through the `stand-alone web server`_ though.
282282
283+ Note that if your Python isn't install as "python" then you'll need to edit
284+ the ``roundup.cgi`` script to fix the first line.
285+
283286If you're using IIS on a Windows platform, you'll need to run this command
284287for the cgi to work (it turns on the PATH_INFO cgi variable)::
285288
@@ -482,7 +485,7 @@ On Windows 2000 and later:
4824856) Choose "Environmental Variables"
4834867) Add: "<dir>\Scripts" to the "Path" environmental variable.
484487
485- Where <dir> in 7) is the root directory (e.g., C:\Python22\Scripts)
488+ Where <dir> in 7) is the root directory (e.g., `` C:\Python22\Scripts`` )
486489of your Python installation.
487490
488491I understand that in XP, 2) above is not needed as "Control
You can’t perform that action at this time.
0 commit comments