comparison doc/installation.txt @ 1282:2feb3e0a9955

included doc ideas from Bernhard Reiter
author Richard Jones <richard@users.sourceforge.net>
date Tue, 15 Oct 2002 07:33:55 +0000
parents d8c98af869ff
children 5402a6f2a754
comparison
equal deleted inserted replaced
1281:284a9d6b3cf9 1282:2feb3e0a9955
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.31 $ 5 :Version: $Revision: 1.32 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
77 77
78 Basic Installation Steps 78 Basic Installation Steps
79 ------------------------ 79 ------------------------
80 80
81 1. To install the Roundup support code into your Python tree and 81 1. To install the Roundup support code into your Python tree and
82 Roundup scripts into /usr/local/bin:: 82 Roundup scripts into /usr/local/bin. You need to have write permissions
83 for these locations, eg. being root on unix::
83 84
84 python setup.py install 85 python setup.py install
85 86
86 If you would like to place the Roundup scripts in a directory other 87 If you would like to place the Roundup scripts in a directory other
87 than ``/usr/local/bin``, then specify the preferred location with 88 than ``/usr/local/bin``, then specify the preferred location with
88 ``--install-script``. For example, to install them in 89 ``--install-script``. For example, to install them in
89 ``/opt/roundup/bin``:: 90 ``/opt/roundup/bin``::
90 91
91 python setup.py install --install-scripts=/opt/roundup/bin 92 python setup.py install --install-scripts=/opt/roundup/bin
93
94 You can also use the ``--prefix`` option to use a completely different
95 base directory, if you do not want to use administrator rights. If you
96 choose to do this, take note of the message at the end of installation
97 and modify the python path accordingly.
92 98
93 2. To create a Roundup tracker (necessary to do before you can 99 2. To create a Roundup tracker (necessary to do before you can
94 use the software in any real fashion): 100 use the software in any real fashion):
95 101
96 a. (Optional) If you intend to keep your roundup trackers 102 a. (Optional) If you intend to keep your roundup trackers

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