Skip to content

Commit 94fdc89

Browse files
author
Richard Jones
committed
fix poor docs
1 parent 1e02b50 commit 94fdc89

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

doc/admin_guide.txt

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

5-
:Version: $Revision: 1.27 $
5+
:Version: $Revision: 1.28 $
66

77
.. contents::
88

@@ -207,33 +207,19 @@ take:
207207
2. If you're using an RDBMS backend, make a backup of its contents now.
208208
3. Make a backup of the tracker home itself.
209209
4. Stop the tracker web and email frontends.
210-
5. Follow the steps in the `upgrading documentation`_ for the new version of
210+
5. Install the new version of the software::
211+
212+
python setup.py install
213+
214+
6. Follow the steps in the `upgrading documentation`_ for the new version of
211215
the software in the copied.
212216

213217
Usually you will be asked to run `roundup_admin migrate` on your tracker
214218
before you allow users to start accessing the tracker.
215219

216220
It's safe to run this even if it's not required, so just get into the
217221
habit.
218-
6. You may test each of the admin tool, web interface and mail gateway using
219-
the new version of the software. To do this, invoke the scripts directly
220-
in the source directory with::
221-
222-
PYTHONPATH=. python roundup/scripts/roundup_server.py <normal arguments>
223-
PYTHONPATH=. python roundup/scripts/roundup_admin.py <normal arguments>
224-
PYTHONPATH=. python roundup/scripts/roundup_mailgw.py <normal arguments>
225-
226-
Note that on Windows, this would read::
227-
228-
C:\sources\roundup-0.7.4> SET PYTHONPATH=.
229-
C:\sources\roundup-0.7.4> python roundup/scripts/roundup_server.py <normal arguments>
230-
231-
7. Once you're comfortable that the upgrade will work using that copy, you
232-
should install the new version of the software::
233-
234-
python setup.py install
235-
236-
8. Restart your tracker web and email frontends.
222+
7. Restart your tracker web and email frontends.
237223

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

0 commit comments

Comments
 (0)