Changes between Version 3 and Version 4 of TracStandalone


Ignore:
Timestamp:
03/10/11 08:05:25 (2 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v3 v4  
    7878 
    7979{{{ 
    80  $ sudo htpasswd -c /path/to/env/.htpasswd username 
     80 $ htpasswd -c /path/to/env/.htpasswd username 
    8181}}} 
    8282then for additional users: 
    8383{{{ 
    84  $ sudo htpasswd /path/to/env/.htpasswd username2 
     84 $ htpasswd /path/to/env/.htpasswd username2 
    8585}}} 
    8686then for starting the tracd (on windows skip the "=" after --basic-auth): 
     
    104104 
    105105 * '''base_project_dir''': the base directory of the project specified as follows: 
    106    * when serving multiple projects: ''relative'' to the `project_bath` 
     106   * when serving multiple projects: ''relative'' to the `project_path` 
    107107   * when serving only a single project (`-s`): the name of the project directory 
    108108 Don't use an absolute path here as this won't work. ''Note:'' This parameter is case-sensitive even for environments on Windows.