comparison doc/admin_guide.txt @ 2405:1736886eefb3

more windows info
author Richard Jones <richard@users.sourceforge.net>
date Tue, 08 Jun 2004 23:43:44 +0000
parents 4962f99aaa27
children 591e3cfe622a
comparison
equal deleted inserted replaced
2402:3953092900dd 2405:1736886eefb3
1 ==================== 1 ====================
2 Administration Guide 2 Administration Guide
3 ==================== 3 ====================
4 4
5 :Version: $Revision: 1.6 $ 5 :Version: $Revision: 1.7 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 What does Roundup install? 9 What does Roundup install?
10 ========================== 10 ==========================
180 180
181 Windows 181 Windows
182 ------- 182 -------
183 183
184 On Windows, the roundup-server program runs as a Windows Service, and 184 On Windows, the roundup-server program runs as a Windows Service, and
185 therefore may be controlled through the Services control panel. 185 therefore may be controlled through the Services control panel. The
186 186 roundup-server program may also control the service directly:
187 TODO: info how to bring up the services panel. 187
188 188 **install the service**
189 TODO: how to start the server in "service" mode. 189 ``roundup-server -c install``
190 190 **start the service**
191 On windows, use:: 191 ``roundup-server -c start``
192 192 **stop the service**
193 roundup-server -c stop 193 ``roundup-server -c stop``
194 194
195 to stop the running server. 195 To bring up the services panel:
196
197 Windows 2000 and later
198 Start/Control Panel/Administrative Tools/Services
199 Windows NT4
200 Start/Control Panel/Services
196 201
197 Running the Mail Gateway Script 202 Running the Mail Gateway Script
198 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 203 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
199 204
200 The mail gateway script should be scheduled to run regularly on your 205 The mail gateway script should be scheduled to run regularly on your

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