Edgewall Software

Changes between Version 9 and Version 10 of TracOnWindowsStandalone


Ignore:
Timestamp:
Sep 1, 2007, 12:30:17 AM (17 years ago)
Author:
trac.edgewall.org@…
Comment:

fixed bullets

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsStandalone

    v9 v10  
    6868== Running Tracd as service ==
    6969
    70 * download the Windows Server 2003 Resource Kit at [http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&displaylang=en Microsoft]
    71 * 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.
    72 * open HKEY_LOCAL_MACHINE\SYSTEM\!CurrentControlSet\Services\<servicename> in !RegEdit
    73 * create subkey *Parameters*
    74 * create string value *Application* with the full path to tracd.exe
    75 * create string value *!AppParameters* with the set of desired tracd parameters, e.g. "--port 8080 c:\path\to\trac" without the quotes
    76 * open the Services tool (somewhere in the administrative tools in the Windows control panel) and start your service
     70 * download the Windows Server 2003 Resource Kit at [http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&displaylang=en Microsoft]
     71 * 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.
     72 * open HKEY_LOCAL_MACHINE\SYSTEM\!CurrentControlSet\Services\<servicename> in !RegEdit
     73 * create subkey *Parameters*
     74 * create string value *Application* with the full path to tracd.exe
     75 * create string value *!AppParameters* with the set of desired tracd parameters, e.g. "--port 8080 c:\path\to\trac" without the quotes
     76 * open the Services tool (somewhere in the administrative tools in the Windows control panel) and start your service
    7777
    7878(tested with trac 0.11dev-r5982 on Windows Server 2003)