File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 22Administration 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+
1201257. 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
You can’t perform that action at this time.
0 commit comments