Edgewall Software

Changes between Version 75 and Version 76 of TracStandalone


Ignore:
Timestamp:
Feb 17, 2010, 4:50:15 PM (14 years ago)
Author:
xiaobo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v75 v76  
    7272 $ sudo htpasswd /path/to/env/.htpasswd username2
    7373}}}
    74 then for starting the tracd (on windows skip the "=" after --basic-auth):
     74then for starting the tracd:
     75
    7576{{{
    7677 $ tracd -p 8080 --basic-auth=environmentname,/fullpath/environmentname/.htpasswd,/fullpath/environmentname /fullpath/environmentname
     78}}}
     79
     80someone reported, '=' can be skipped under Windows environment, as my tested, (under Windows 7), quotation mark is required, otherwise you will get an error:tracd-script.py: error: Incorrect number of parameters for --basic-auth
     81{{{
     82 $ tracd -p 8080 --basic-auth='environmentname,/fullpath/environmentname/.htpasswd,/fullpath/environmentname' /fullpath/environmentname
    7783}}}
    7884