Skip to content

Commit cf91019

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 95f5798 commit cf91019

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

doc/admin_guide.txt

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

5-
:Version: $Revision: 1.8 $
5+
:Version: $Revision: 1.10 $
66

77
.. contents::
88

@@ -100,35 +100,34 @@ Software Upgrade
100100
Always make a backup of your tracker before upgrading software. Steps you may
101101
take:
102102

103-
1. Ensure that the unit tests run on your system:
103+
1. Ensure that the unit tests run on your system::
104104

105105
python run_tests.py
106106

107107
2. If you're using an RDBMS backend, make a backup of its contents now.
108-
3. Copy your tracker home to a new directory.
109-
110-
Now, working in that copied tracker home:
111-
112-
1. Follow the steps in the `upgrading documentation`_ for the new version of
108+
3. Make a backup of the tracker home itself.
109+
4. Stop the tracker web and email frontends.
110+
5. Follow the steps in the `upgrading documentation`_ for the new version of
113111
the software in the copied.
114-
2. Test each of the admin tool, web interface and mail gateway using the new
115-
version of the software. To do this, invoke the scripts directly in the
116-
source directory with::
112+
6. You may test each of the admin tool, web interface and mail gateway using
113+
the new version of the software. To do this, invoke the scripts directly
114+
in the source directory with::
117115

118116
PYTHONPATH=. python roundup/scripts/roundup_server.py <normal arguments>
119117
PYTHONPATH=. python roundup/scripts/roundup_admin.py <normal arguments>
120118
PYTHONPATH=. python roundup/scripts/roundup_mailgw.py <normal arguments>
121119

122-
Once you're comfortable that the upgrade will work using that copy, you
123-
should upgrade the live version:
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>
124124

125-
1. Stop the production web and email frontends.
126-
2. Perform the upgrade steps on the existing tracker directory.
127-
3. Upgrade the software::
125+
7. Once you're comfortable that the upgrade will work using that copy, you
126+
should the installed software::
128127

129128
python setup.py install
130129

131-
4. Restart your tracker.
130+
8. Restart your tracker web and email frontends.
132131

133132
If something bad happens, you may reinstate your backup of the tracker and
134133
reinstall the older version of the sofware using the same install command::

0 commit comments

Comments
 (0)