Edgewall Software

Changes between Version 13 and Version 14 of TracOnWindowsStandalone


Ignore:
Timestamp:
Nov 4, 2008, 10:13:18 AM (16 years ago)
Author:
Christian Boos
Comment:

emphasize using tracd.exe, as suggested in #7496

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsStandalone

    v13 v14  
    11= Trac Standalone Server On Windows =
    2 '''Warning: those instructions were written for Trac 0.9b1'''
    32
    43''This Windows specific guide is heavily based on the generic TracInstall guide with bits and pieces borrowed from TracOnWindows''
     
    2120
    2221== Downloading Requirements ==
     22'''Warning: those instructions were written for Trac 0.9b1'''
    2323
    2424To install Trac, the following software packages must be installed:
     
    6868
    6969== Running Tracd as service ==
    70 
     70''Instructions also valid for 0.11 (see #7496)''
    7171 * download the Windows Server 2003 Resource Kit at [http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&displaylang=en Microsoft]
    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
    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 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)
    7777 * open the Services tool (somewhere in the administrative tools in the Windows control panel) and start your service
    7878