Edgewall Software

Changes between Version 42 and Version 43 of TracOnWindowsStandalone


Ignore:
Timestamp:
Apr 13, 2016, 4:44:51 PM (8 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsStandalone

    v42 v43  
    6969 * download the Windows Server 2003 Resource Kit at [http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&displaylang=en Microsoft]
    7070 * 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`.
    71  * open **HKEY_LOCAL_MACHINE\SYSTEM\!CurrentControlSet\Services\<servicename>** in !RegEdit
    72  * create subkey **Parameters**, below which you will create 2 string values:
    73   * create string value **Application** with the full path to `python.exe`
    74   * 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"`
    75     * If on Trac 1.0.10, `C:\path\to\python\scripts\tracd-script.py` is not present, use `C:\Python27\Lib\site-packages\trac\web\standalone.py` instead.
     71 * open `HKEY_LOCAL_MACHINE\SYSTEM\!CurrentControlSet\Services\<servicename>` in !RegEdit
     72 * create subkey `Parameters`, below which you will create 2 string values:
     73  * create string value `Application` with the full path of `tracd.exe`, e.g. `c:\Python25\Scripts\tracd.exe`
     74  * create string value `AppParameters` with the set of desired tracd parameters, e.g. `--port 8080 c:\path\to\trac"`
    7675 * open the Services tool (somewhere in the administrative tools in the Windows control panel) and start your service, or run `net start tracd`
    7776