Skip to content

Commit cfa9ad9

Browse files
author
Richard Jones
committed
merge from HEAD
1 parent da77e7a commit cfa9ad9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/admin_guide.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Administration Guide
33
====================
44

5-
:Version: $Revision: 1.5.2.4 $
5+
:Version: $Revision: 1.5.2.5 $
66

77
.. contents::
88

@@ -117,8 +117,13 @@ take:
117117
PYTHONPATH=. python roundup/scripts/roundup_admin.py <normal arguments>
118118
PYTHONPATH=. python roundup/scripts/roundup_mailgw.py <normal arguments>
119119

120+
Note that on Windows, this would read::
121+
122+
C:\sources\roundup-0.7.4> SET PYTHONPATH=.
123+
C:\sources\roundup-0.7.4> python roundup/scripts/roundup_server.py <normal arguments>
124+
120125
7. Once you're comfortable that the upgrade will work using that copy, you
121-
should the installed software::
126+
should instal the new version of the software::
122127

123128
python setup.py install
124129

0 commit comments

Comments
 (0)