Changes between Version 1 and Version 2 of TracStandalone
- Timestamp:
- Mar 20, 2012, 4:04:32 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracStandalone
v1 v2 38 38 }}} 39 39 40 To exit the server on Windows, be sure to use {{{CTRL-BREAK}}} -- using {{{CTRL-C}}} will leave a Python process running in the background. 40 To exit the server on Windows, be sure to use {{{ 41 CTRL-BREAK 42 }}} -- using {{{ 43 CTRL-C 44 }}} will leave a Python process running in the background. 41 45 42 46 == Installing as a Windows Service == … … 49 53 }}} 50 54 51 '''DO NOT''' use {{{tracd.exe}}}. Instead register {{{python.exe}}} directly with {{{tracd-script.py}}} as a parameter. If you use {{{tracd.exe}}}, it will spawn the python process without SRVANY's knowledge. This python process will survive a {{{net stop tracd}}}. 55 '''DO NOT''' use {{{ 56 tracd.exe 57 }}}. Instead register {{{ 58 python.exe 59 }}} directly with {{{ 60 tracd-script.py 61 }}} as a parameter. If you use {{{ 62 tracd.exe 63 }}}, it will spawn the python process without SRVANY's knowledge. This python process will survive a {{{ 64 net stop tracd 65 }}}. 52 66 53 67 If you want tracd to start automatically when you boot Windows, do: … … 205 219 ---- 206 220 See also: TracInstall, TracCgi, TracModPython, TracGuide, [trac:TracOnWindowsStandalone?version=13#RunningTracdasservice Running tracd.exe as a Windows service] 221