Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2176:adaf2a92153c | 2177:a276e2531321 |
|---|---|
| 1 ==================== | 1 ==================== |
| 2 Administration Guide | 2 Administration Guide |
| 3 ==================== | 3 ==================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.3 $ | 5 :Version: $Revision: 1.4 $ |
| 6 | 6 |
| 7 .. contents:: | 7 .. contents:: |
| 8 | 8 |
| 9 What does Roundup install? | 9 What does Roundup install? |
| 10 ========================== | 10 ========================== |
| 152 5. use the roundup-admin "import" command to import the tracker on the new | 152 5. use the roundup-admin "import" command to import the tracker on the new |
| 153 machine, and | 153 machine, and |
| 154 6. start the tracker web and email frontends on the new machine. | 154 6. start the tracker web and email frontends on the new machine. |
| 155 | 155 |
| 156 | 156 |
| 157 Running the Servers | |
| 158 =================== | |
| 159 | |
| 160 Unix | |
| 161 ---- | |
| 162 | |
| 163 On Unix systems, use the scripts/server-ctl script to control the | |
| 164 roundup-server server. Copy it somewhere and edit the variables at the top | |
| 165 to reflect your specific installation. | |
| 166 | |
| 167 | |
| 168 Windows | |
| 169 ------- | |
| 170 | |
| 171 On Windows, the roundup-server program runs as a Windows Service, and | |
| 172 therefore may be controlled through the Services control panel. | |
| 173 | |
| 174 TODO: info how to bring up the services panel. | |
| 175 | |
| 176 TODO: how to start the server in "service" mode. | |
| 177 | |
| 178 On windows, use:: | |
| 179 | |
| 180 roundup-server -c stop | |
| 181 | |
| 182 to stop the running server. | |
| 183 | |
| 184 | |
| 157 ------------------- | 185 ------------------- |
| 158 | 186 |
| 159 Back to `Table of Contents`_ | 187 Back to `Table of Contents`_ |
| 160 | 188 |
| 161 .. _`Table of Contents`: index.html | 189 .. _`Table of Contents`: index.html |
