Edgewall Software

Changes between Version 67 and Version 68 of TracStandalone


Ignore:
Timestamp:
Mar 13, 2009, 9:07:36 PM (15 years ago)
Author:
anonymous
Comment:

Windows Service auto start

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v67 v68  
    4040To exit the server on Windows, be sure to use {{{CTRL-BREAK}}} -- using {{{CTRL-C}}} will leave a Python process running in the background.
    4141
     42== Installing as a Windows Service ==
     43
    4244To install as a Windows service, get the [http://www.google.com/search?q=srvany.exe SRVANY] utility and run:
    4345{{{
     
    4850
    4951'''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}}}.
     52
     53If you want tracd to start automatically when you boot Windows, do:
     54{{{
     55 sc config tracd start= auto
     56}}}
     57
     58The spacing here is important.
    5059
    5160== Using Authentication ==