summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5d5ce53)
raw | patch | inline | side by side (parent: 5d5ce53)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 3 Sep 2002 05:51:22 +0000 (05:51 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/doc/installation.txt b/doc/installation.txt
index 037b6871579ce712f9bd722e4898e63bbbcdf013..68fb67280442541ed766f6048e68a767cd38e537 100644 (file)
--- a/doc/installation.txt
+++ b/doc/installation.txt
Installing Roundup
==================
-:Version: $Revision: 1.17 $
+:Version: $Revision: 1.18 $
.. contents::
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
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::