Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 3 Sep 2002 05:51:22 +0000 (05:51 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 3 Sep 2002 05:51:22 +0000 (05:51 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1041 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/installation.txt

index 037b6871579ce712f9bd722e4898e63bbbcdf013..68fb67280442541ed766f6048e68a767cd38e537 100644 (file)
@@ -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::