Skip to content

Commit 984d2fb

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 5033012 commit 984d2fb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/installation.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installing Roundup
33
==================
44

5-
:Version: $Revision: 1.17 $
5+
:Version: $Revision: 1.18 $
66

77
.. contents::
88

@@ -93,9 +93,9 @@ Python -- see `testing your python`_.
9393
python setup.py install
9494

9595
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,
97-
replacing ``/opt/roundup/bin`` with the location where you would like
98-
the scripts to reside::
96+
than ``/usr/local/bin``, Then specify the preferred location with
97+
``--install-script``. For example, to install them in
98+
``/opt/roundup/bin``::
9999

100100
python setup.py install --install-scripts=/opt/roundup/bin
101101

@@ -182,6 +182,9 @@ Python -- see `testing your python`_.
182182
10 * * * * /opt/roundup/bin/roundup-mailgw
183183
/opt/roundup/instances/support /var/mail/support
184184

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+
185188
6. Test the email gateway. Under most flavors of UNIX, this
186189
can be done by::
187190

0 commit comments

Comments
 (0)