Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/doc/installation.txt Tue Sep 03 05:46:21 2002 +0000 +++ b/doc/installation.txt Tue Sep 03 05:51:22 2002 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.17 $ +:Version: $Revision: 1.18 $ .. contents:: @@ -93,9 +93,9 @@ python setup.py install If you would like to place the Roundup scripts in a directory other - than ``/usr/local/bin``, use the ``--install-scripts`` option as follows, - replacing ``/opt/roundup/bin`` with the location where you would like - the scripts to reside:: + than ``/usr/local/bin``, Then specify the preferred location with + ``--install-script``. For example, to install them in + ``/opt/roundup/bin``:: python setup.py install --install-scripts=/opt/roundup/bin @@ -182,6 +182,9 @@ 10 * * * * /opt/roundup/bin/roundup-mailgw /opt/roundup/instances/support /var/mail/support + If you don't want to use the email component of Roundup, then remove the + "``nosyreator.py``" module from your instance "``detectors``" directory. + 6. Test the email gateway. Under most flavors of UNIX, this can be done by::
