Mercurial > p > roundup > code
comparison doc/installation.txt @ 1021:71fa12d26d4f maint-0.4
even better
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 03 Sep 2002 03:34:37 +0000 |
| parents | 9513228a409a |
| children |
comparison
equal
deleted
inserted
replaced
| 1020:9513228a409a | 1021:71fa12d26d4f |
|---|---|
| 1 ================== | 1 ================== |
| 2 Installing Roundup | 2 Installing Roundup |
| 3 ================== | 3 ================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.13.2.3 $ | 5 :Version: $Revision: 1.13.2.4 $ |
| 6 | 6 |
| 7 .. contents:: | 7 .. contents:: |
| 8 | 8 |
| 9 | 9 |
| 10 Overview | 10 Overview |
| 92 Roundup scripts into /usr/local/bin:: | 92 Roundup scripts into /usr/local/bin:: |
| 93 | 93 |
| 94 python setup.py install | 94 python setup.py install |
| 95 | 95 |
| 96 If you would like to place the Roundup scripts in a directory other | 96 If you would like to place the Roundup scripts in a directory other |
| 97 than ``/usr/local/bin``, use the ``--install-scripts`` option as follows, | 97 than ``/usr/local/bin``, Then specify the preferred location with |
| 98 replacing ``/opt/roundup/bin`` in the following command with the location | 98 ``--install-script``. For example, to install them in |
| 99 where you would like the scripts to reside:: | 99 ``/opt/roundup/bin``:: |
| 100 | 100 |
| 101 python setup.py install --install-scripts=/opt/roundup/bin | 101 python setup.py install --install-scripts=/opt/roundup/bin |
| 102 | 102 |
| 103 2. To create a Roundup instance (necessary to do before you can | 103 2. To create a Roundup instance (necessary to do before you can |
| 104 use the software in any real fashion): | 104 use the software in any real fashion): |
