comparison doc/admin_guide.txt @ 2406:3f66eb446aa4 maint-0.7

copy, not move
author Richard Jones <richard@users.sourceforge.net>
date Tue, 08 Jun 2004 23:45:03 +0000
parents 4a157c198585
children debf57fc8c0f
comparison
equal deleted inserted replaced
2404:e19284d8d2a4 2406:3f66eb446aa4
1 ==================== 1 ====================
2 Administration Guide 2 Administration Guide
3 ==================== 3 ====================
4 4
5 :Version: $Revision: 1.5 $ 5 :Version: $Revision: 1.5.2.1 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 What does Roundup install? 9 What does Roundup install?
10 ========================== 10 ==========================
167 167
168 Windows 168 Windows
169 ------- 169 -------
170 170
171 On Windows, the roundup-server program runs as a Windows Service, and 171 On Windows, the roundup-server program runs as a Windows Service, and
172 therefore may be controlled through the Services control panel. 172 therefore may be controlled through the Services control panel. The
173 173 roundup-server program may also control the service directly:
174 TODO: info how to bring up the services panel. 174
175 175 **install the service**
176 TODO: how to start the server in "service" mode. 176 ``roundup-server -c install``
177 177 **start the service**
178 On windows, use:: 178 ``roundup-server -c start``
179 179 **stop the service**
180 roundup-server -c stop 180 ``roundup-server -c stop``
181 181
182 to stop the running server. 182 To bring up the services panel:
183
184 Windows 2000 and later
185 Start/Control Panel/Administrative Tools/Services
186 Windows NT4
187 Start/Control Panel/Services
183 188
184 Running the Mail Gateway Script 189 Running the Mail Gateway Script
185 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 190 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
186 191
187 The mail gateway script should be scheduled to run regularly on your 192 The mail gateway script should be scheduled to run regularly on your

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