From: richard Date: Tue, 3 Sep 2002 05:51:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=20e33af11ef0a8564caa876ce8a60b33b553c76a;p=roundup.git *** empty log message *** git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1041 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/installation.txt b/doc/installation.txt index 037b687..68fb672 100644 --- a/doc/installation.txt +++ b/doc/installation.txt @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.17 $ +:Version: $Revision: 1.18 $ .. contents:: @@ -93,9 +93,9 @@ Python -- see `testing your python`_. 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 @@ Python -- see `testing your python`_. 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::