Mercurial > p > roundup > code
comparison doc/installation.txt @ 1023:0161142aa903
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 03 Sep 2002 05:51:22 +0000 |
| parents | a1922b2521a7 |
| children | 0fa94554443f |
comparison
equal
deleted
inserted
replaced
| 1022:56fbe66a27e1 | 1023:0161142aa903 |
|---|---|
| 1 ================== | 1 ================== |
| 2 Installing Roundup | 2 Installing Roundup |
| 3 ================== | 3 ================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.17 $ | 5 :Version: $Revision: 1.18 $ |
| 6 | 6 |
| 7 .. contents:: | 7 .. contents:: |
| 8 | 8 |
| 9 | 9 |
| 10 Overview | 10 Overview |
| 91 Roundup scripts into /usr/local/bin:: | 91 Roundup scripts into /usr/local/bin:: |
| 92 | 92 |
| 93 python setup.py install | 93 python setup.py install |
| 94 | 94 |
| 95 If you would like to place the Roundup scripts in a directory other | 95 If you would like to place the Roundup scripts in a directory other |
| 96 than ``/usr/local/bin``, use the ``--install-scripts`` option as follows, | 96 than ``/usr/local/bin``, Then specify the preferred location with |
| 97 replacing ``/opt/roundup/bin`` with the location where you would like | 97 ``--install-script``. For example, to install them in |
| 98 the scripts to reside:: | 98 ``/opt/roundup/bin``:: |
| 99 | 99 |
| 100 python setup.py install --install-scripts=/opt/roundup/bin | 100 python setup.py install --install-scripts=/opt/roundup/bin |
| 101 | 101 |
| 102 2. To create a Roundup instance (necessary to do before you can | 102 2. To create a Roundup instance (necessary to do before you can |
| 103 use the software in any real fashion): | 103 use the software in any real fashion): |
| 180 line):: | 180 line):: |
| 181 | 181 |
| 182 10 * * * * /opt/roundup/bin/roundup-mailgw | 182 10 * * * * /opt/roundup/bin/roundup-mailgw |
| 183 /opt/roundup/instances/support /var/mail/support | 183 /opt/roundup/instances/support /var/mail/support |
| 184 | 184 |
| 185 If you don't want to use the email component of Roundup, then remove the | |
| 186 "``nosyreator.py``" module from your instance "``detectors``" directory. | |
| 187 | |
| 185 6. Test the email gateway. Under most flavors of UNIX, this | 188 6. Test the email gateway. Under most flavors of UNIX, this |
| 186 can be done by:: | 189 can be done by:: |
| 187 | 190 |
| 188 echo test | mail -s '[issue] test' support@YOUR_DOMAIN_HERE | 191 echo test | mail -s '[issue] test' support@YOUR_DOMAIN_HERE |
| 189 | 192 |
