Edgewall Software

Changes between Version 114 and Version 115 of TracStandalone


Ignore:
Timestamp:
Apr 18, 2015, 6:31:57 PM (9 years ago)
Author:
Jun Omae
Comment:

fixed wrong example, first part of --basic-auth option should be base name of $TRACENV path.

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v114 v115  
    154154Then to start `tracd` run something like this:
    155155{{{#!sh
    156  $ tracd -p 8080 --basic-auth="projectdirname,/fullpath/environmentname/.htpasswd,realmname" /fullpath/environmentname
    157 }}}
    158 Note: there are no slashes in "projectdirname".
     156 $ tracd -p 8080 --basic-auth="project,/fullpath/environmentname/.htpasswd,realmname" /path/to/project
     157}}}
    159158
    160159For example:
    161160{{{#!sh
    162  $ tracd -p 8080 --basic-auth="testenv,/srv/tracenv/testenv/.htpasswd,My Test Env" /srv/tracenv/testenv
     161 $ tracd -p 8080 --basic-auth="project,/srv/tracenv/testenv/.htpasswd,My Test Env" /path/to/project
    163162}}}
    164163''Note:'' You might need to pass "-m" as a parameter to htpasswd on some platforms (OpenBSD).