Edgewall Software

Changes between Version 247 and Version 248 of TracOnWindows


Ignore:
Timestamp:
Jun 30, 2008, 1:22:57 PM (16 years ago)
Author:
mark.daams@…
Comment:

When starting with digest auth, the first parameter of the auth option should be the project directory, not "dev" as stated in the example.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v247 v248  
    323323To start tracd with authentication, execute this command from the command line:
    324324{{{
    325 C:\Python25\Scripts\tracd-script.py -p 8000 --auth=dev,C:\projects\passwords.txt,trac c:\projects\trac\my-project
     325C:\Python25\Scripts\tracd-script.py -p 8000 --auth=my-project,C:\projects\passwords.txt,trac c:\projects\trac\my-project
    326326}}}
    327327