Edgewall Software

Changes between Version 16 and Version 17 of TracOnWindowsStandalone


Ignore:
Timestamp:
Dec 1, 2008, 9:25:38 AM (15 years ago)
Author:
Simon <saimen54@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsStandalone

    v16 v17  
    7373 * open HKEY_LOCAL_MACHINE\SYSTEM\!CurrentControlSet\Services\<servicename> in !RegEdit
    7474 * create subkey *Parameters*
    75  * create string value *Application* '''with the full path to tracd.exe'''
    76  * create string value *!AppParameters* with the set of desired tracd parameters, e.g. "--port 8080 c:\path\to\trac" (without the quotes)
     75 * create string value *Application* with the full path to '''pythonw.exe'''
     76 * create string value *!AppParameters* with the set of desired tracd parameters, e.g. "c:\Python25\Scripts\'''tracd-script.py''' --port 8080 c:\path\to\trac" (without the quotes)
    7777 * open the Services tool (somewhere in the administrative tools in the Windows control panel) and start your service
     78
     79(tested with trac 0.11.2 on Windows XP)
    7880
    7981(tested with trac 0.11dev-r5982 on Windows Server 2003)