Code

info about running roundup-server... more needed :)
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 3 Apr 2004 06:53:12 +0000 (06:53 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 3 Apr 2004 06:53:12 +0000 (06:53 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2248 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/admin_guide.txt

index 63a676f7e2093ad7b86184499b61e3efe4d3b49b..2789f81c7026dc432bde91dcf41c71bfeed4fa6f 100644 (file)
@@ -2,7 +2,7 @@
 Administration Guide
 ====================
 
-:Version: $Revision: 1.3 $
+:Version: $Revision: 1.4 $
 
 .. contents::
 
@@ -154,6 +154,34 @@ moved using the above steps) then you'll need to:
 6. start the tracker web and email frontends on the new machine.
 
 
+Running the Servers
+===================
+
+Unix
+----
+
+On Unix systems, use the scripts/server-ctl script to control the
+roundup-server server. Copy it somewhere and edit the variables at the top
+to reflect your specific installation.
+
+
+Windows
+-------
+
+On Windows, the roundup-server program runs as a Windows Service, and 
+therefore may be controlled through the Services control panel.
+
+TODO: info how to bring up the services panel.
+
+TODO: how to start the server in "service" mode.
+
+On windows, use::
+
+   roundup-server -c stop
+
+to stop the running server.
+
+
 -------------------
 
 Back to `Table of Contents`_