Edgewall Software

Changes between Version 8 and Version 9 of TracOnWindowsStandalone


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

instructions on how to run tracd as a service

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsStandalone

    v8 v9  
    6666Then, fire up a browser and visit `http://localhost:8000/`. You should get a simple listing of all environments that tracd knows about. Follow the link to the environment you just created, and you should see Trac in action.
    6767
     68== Running Tracd as service ==
     69
     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
     77
     78(tested with trac 0.11dev-r5982 on Windows Server 2003)
    6879
    6980== Using Trac (and Subversion) ==