Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of TracStandalone


Ignore:
Timestamp:
08/22/11 13:23:41 (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v2 v3  
    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.