Changes between Version 5 and Version 6 of WindowsServiceScript


Ignore:
Timestamp:
Mar 10, 2009, 12:59:14 PM (15 years ago)
Author:
Peter Barrs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsServiceScript

    v5 v6  
    3434'''Author:''' [wiki:flox] [[BR]]
    3535'''Contributors:'''
     36
     37== Comments ==
     38
     39Many thanks ! Script + 0.10 patch works for a multi project setup on 0.11.3.
     40{{{
     41PYTHON = r'D:/trac/Python25/python.exe'
     42INSTANCE_HOME = r'D:/trac'
     43
     44OPTS = [
     45  ( '--auth', ('"*",D:/trac/users.txt,trac') ),
     46  ( '--port', '8000' ),
     47  ( '-e', 'D:/trac'),
     48]
     49}}}
     50and set single_env = False further down