comparison 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
comparison
equal deleted inserted replaced
3778:d9e35b7be5bb 3779:ee73abcc95d2
1 ==================== 1 ====================
2 Administration Guide 2 Administration Guide
3 ==================== 3 ====================
4 4
5 :Version: $Revision: 1.20 $ 5 :Version: $Revision: 1.21 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 What does Roundup install? 9 What does Roundup install?
10 ========================== 10 ==========================
320 On Windows, the roundup-server program runs as a Windows Service, and 320 On Windows, the roundup-server program runs as a Windows Service, and
321 therefore may be controlled through the Services control panel. The 321 therefore may be controlled through the Services control panel. The
322 roundup-server program may also control the service directly: 322 roundup-server program may also control the service directly:
323 323
324 **install the service** 324 **install the service**
325 ``roundup-server -c install`` 325 ``roundup-server -C /path/to/my/roundup-server.ini -c install``
326 **start the service** 326 **start the service**
327 ``roundup-server -c start`` 327 ``roundup-server -c start``
328 **stop the service** 328 **stop the service**
329 ``roundup-server -c stop`` 329 ``roundup-server -c stop``
330 330
333 Windows 2000 and later 333 Windows 2000 and later
334 Start/Control Panel/Administrative Tools/Services 334 Start/Control Panel/Administrative Tools/Services
335 Windows NT4 335 Windows NT4
336 Start/Control Panel/Services 336 Start/Control Panel/Services
337 337
338 You will need a server configuration file (as described in `Configuring roundup-server`_)
339 for specifying tracker homes and other roundup-server configuration. Specify the name of this
340 file using the ``-C`` switch when installing the service.
341
338 Running the Mail Gateway Script 342 Running the Mail Gateway Script
339 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 343 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
340 344
341 The mail gateway script should be scheduled to run regularly on your 345 The mail gateway script should be scheduled to run regularly on your
342 Windows server. Normally this will result in a window popping up. The 346 Windows server. Normally this will result in a window popping up. The

Roundup Issue Tracker: http://roundup-tracker.org/