Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 3779:ee73abcc95d2
Sorry, another mega-patch:
- clarified windows service documentation (patch [SF#1597713])
- HTMLClass fixed to work with new item permissions check [SF#1602983]
- support POP over SSL (patch [SF#1597703])
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 13 Dec 2006 23:32:39 +0000 |
| parents | 81542d49c8cb |
| children | 158e31bbf86a |
line wrap: on
line diff
--- a/doc/admin_guide.txt Tue Dec 12 05:15:44 2006 +0000 +++ b/doc/admin_guide.txt Wed Dec 13 23:32:39 2006 +0000 @@ -2,7 +2,7 @@ Administration Guide ==================== -:Version: $Revision: 1.20 $ +:Version: $Revision: 1.21 $ .. contents:: @@ -322,7 +322,7 @@ roundup-server program may also control the service directly: **install the service** - ``roundup-server -c install`` + ``roundup-server -C /path/to/my/roundup-server.ini -c install`` **start the service** ``roundup-server -c start`` **stop the service** @@ -335,6 +335,10 @@ Windows NT4 Start/Control Panel/Services +You will need a server configuration file (as described in `Configuring roundup-server`_) +for specifying tracker homes and other roundup-server configuration. Specify the name of this +file using the ``-C`` switch when installing the service. + Running the Mail Gateway Script ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
