Run Trac as Windows Service
Description
This a simple script to install 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.
Download
Download the script from here (tracservice.py), or view script.
Usage
- Copy file to '\Python23\Scripts\'
- Edit "CONSTANTS SECTION" inside the script
- Install service:
cd/d c:\python23\scripts ..\python tracservice.py install - Run service
..\python tracservice.py start
Recent Changes
[1136] by flox on 08/17/06 15:02:31
New hack WindowsServiceScript, created by flox
Author/Contributors
Author: flox
Contributors:
Attachments
- tracservice.py (5.2 kB) -
copy to '\python23\scripts'
, added by flox on 08/17/06 15:11:03. - tracservice.py.patch.txt (1.3 kB) -
diff file to make it work with trac 0.10
, added by evalder on 10/16/06 23:50:58.
