comparison doc/admin_guide.txt @ 2005:fc52d57c6c3e

documentation cleanup
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Feb 2004 23:55:10 +0000
parents a291bf753037
children 65b5297b488f
comparison
equal deleted inserted replaced
2004:1782fe36e7b8 2005:fc52d57c6c3e
1 ==================== 1 ====================
2 Administration Guide 2 Administration Guide
3 ==================== 3 ====================
4 4
5 :Version: $Revision: 1.1 $ 5 :Version: $Revision: 1.2 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 What does Roundup install? 9 What does Roundup install?
10 ========================== 10 ==========================
21 Core code 21 Core code
22 <python dir>\lib\site-packages\roundup\... 22 <python dir>\lib\site-packages\roundup\...
23 Support files 23 Support files
24 <python dir>\share\roundup\... 24 <python dir>\share\roundup\...
25 25
26 and on *nix (eg. Linux): 26 and on Unix-like systems (eg. Linux):
27 27
28 Scripts 28 Scripts
29 <python root>/bin/... 29 <python root>/bin/...
30 Core code 30 Core code
31 <python root>/lib-<python version>/site-packages/roundup/... 31 <python root>/lib-<python version>/site-packages/roundup/...
82 Maintenance of Roundup can involve one of the following: 82 Maintenance of Roundup can involve one of the following:
83 83
84 1. `tracker backup`_ 84 1. `tracker backup`_
85 2. `software upgrade`_ 85 2. `software upgrade`_
86 3. `migrating backends`_ 86 3. `migrating backends`_
87 3. `moving a tracker`_ 87 4. `moving a tracker`_
88 88
89 89
90 Tracker Backup 90 Tracker Backup
91 -------------- 91 --------------
92 92

Roundup Issue Tracker: http://roundup-tracker.org/