Edgewall Software

Changes between Version 34 and Version 35 of TracOnWindowsStandalone


Ignore:
Timestamp:
Oct 4, 2010, 12:11:00 PM (14 years ago)
Author:
Christian Boos
Comment:

confirm that nssm works great, also on x64 platforms

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsStandalone

    v34 v35  
    8585 * Run net start tracd
    8686
    87 ''Instructions for Windows 2008, using nssm (should work with other Windows versions)''
     87''Instructions for Windows 2008, using nssm (works with other Windows versions, e.g. Windows XP sp2 x64)''
    8888 * download and extract nssm from http://iain.cx/src/nssm/
    8989 * run 'nssm install tracd'
    90  * enter complete path to python.exe in Application field (e.g. 'c:\Python26\python.exe')
    91  * enter parameters in Options field (e.g. 'c:\Python26\Scripts\tracd-script.py --port 8000 --basic-auth "*,c:\trac\.htpasswd,test " c:\trac\test')
     90 * enter complete path to python.exe in Application field
     91   - example 1: `c:\Python26\python.exe`
     92   - example 2: `C:\Python27\Scripts\tracd.exe`
     93 * enter parameters in Options field
     94   - example 1: `c:\Python26\Scripts\tracd-script.py --port 8000 --basic-auth "*,c:\trac\.htpasswd,test" c:\trac\test`
     95   - example 2: `-p 8000 --basic-auth "*,c:\trac\.htpasswd,test" c:\trac\test`
    9296 * run 'net start tracd'
    93 
     97 
     98If you'd like to review or change those parameters later on, refer to the same registry keys as mentioned above (`srvany` and `nssm` use the same).
    9499
    95100== Using Trac (and Subversion) ==