File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 22Installing 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+
1851886. Test the email gateway. Under most flavors of UNIX, this
186189 can be done by::
187190
You can’t perform that action at this time.
0 commit comments