= Run Trac as Windows Service = == Description == This a simple script to intall and run Trac as Windows service. It supports Start and Stop command, and log messages to event log. This script design is inspired from TurboGears similar script. == Bugs/Feature Requests == Existing bugs and feature requests for WindowsServiceScript are [report:9?COMPONENT=WindowsServiceScript here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=WindowsServiceScript&owner=flox new ticket]. == Download == Download the zipped source from [download:windowsservicescript here]. == Source == You can check out WindowsServiceScript from [http://trac-hacks.org/svn/windowsservicescript here] using Subversion, or [source:windowsservicescript browse the source] with Trac. == Example == 1. Copy file to '\Python23\Scripts\' 2. Edit "CONSTANTS SECTION" inside the script 3. Install service: {{{ cd/d c:\python23\scripts ..\python tracservice.py install }}} 4. Run service {{{ ..\python tracservice.py start }}} == Recent Changes == [[ChangeLog(windowsservicescript, 3)]] == Author/Contributors == '''Author:''' [wiki:flox] [[BR]] '''Contributors:'''