Edgewall Software

Changes between Version 19 and Version 20 of TracOnWindowsStandalone


Ignore:
Timestamp:
Jan 21, 2009, 2:38:04 PM (15 years ago)
Author:
anonymous
Comment:

added emphasis regarding subkey "Parameters"

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsStandalone

    v19 v20  
    7272 * run "!InstSrv <servicename> c:\path\to\resourcekit\!SrvAny.exe", where you insert your own service name (without angle brackets, e.g. tracd) and the full path to the !SrvAny.exe.
    7373 * open HKEY_LOCAL_MACHINE\SYSTEM\!CurrentControlSet\Services\<servicename> in !RegEdit
    74  * create subkey *Parameters*
     74 * create subkey *Parameters*, below which you will create 2 string values:
    7575 * create string value *Application* with the full path to '''python.exe'''
    7676 * 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)