Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 2177:a276e2531321
info about running roundup-server... more needed :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 03 Apr 2004 06:53:12 +0000 |
| parents | 65b5297b488f |
| children | 4a157c198585 |
line wrap: on
line diff
--- a/doc/admin_guide.txt Fri Apr 02 06:38:42 2004 +0000 +++ b/doc/admin_guide.txt Sat Apr 03 06:53:12 2004 +0000 @@ -2,7 +2,7 @@ Administration Guide ==================== -:Version: $Revision: 1.3 $ +:Version: $Revision: 1.4 $ .. contents:: @@ -154,6 +154,34 @@ 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`_
