comparison doc/admin_guide.txt @ 2068:65b5297b488f

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Wed, 03 Mar 2004 05:00:26 +0000
parents fc52d57c6c3e
children a276e2531321
comparison
equal deleted inserted replaced
2067:dbb78664e427 2068:65b5297b488f
1 ==================== 1 ====================
2 Administration Guide 2 Administration Guide
3 ==================== 3 ====================
4 4
5 :Version: $Revision: 1.2 $ 5 :Version: $Revision: 1.3 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 What does Roundup install? 9 What does Roundup install?
10 ========================== 10 ==========================
15 standard Python mechanism called "distutils" and thus Roundup's core code, 15 standard Python mechanism called "distutils" and thus Roundup's core code,
16 executable scripts and support data files are installed in Python's 16 executable scripts and support data files are installed in Python's
17 directories. On Windows, this is typically: 17 directories. On Windows, this is typically:
18 18
19 Scripts 19 Scripts
20 <python dir>\scripts\... 20 ``<python dir>\scripts\...``
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 Unix-like systems (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/...``
32 Support files 32 Support files
33 <python root>/share/roundup/... 33 ``<python root>/share/roundup/...``
34 34
35 2. The installation of a specific tracker. When invoking the roundup-admin 35 2. The installation of a specific tracker. When invoking the roundup-admin
36 "inst" (and "init") commands, you're creating a new Roundup tracker. This 36 "inst" (and "init") commands, you're creating a new Roundup tracker. This
37 installs configuration files, HTML templates, detector code and a new 37 installs configuration files, HTML templates, detector code and a new
38 database. You have complete control over where this stuff goes through 38 database. You have complete control over where this stuff goes through

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