summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 281a6bf)
raw | patch | inline | side by side (parent: 281a6bf)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 3 Apr 2004 06:53:12 +0000 (06:53 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/doc/admin_guide.txt b/doc/admin_guide.txt
index 63a676f7e2093ad7b86184499b61e3efe4d3b49b..2789f81c7026dc432bde91dcf41c71bfeed4fa6f 100644 (file)
--- a/doc/admin_guide.txt
+++ b/doc/admin_guide.txt
Administration Guide
====================
-:Version: $Revision: 1.3 $
+:Version: $Revision: 1.4 $
.. contents::
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`_