Changes between Version 2 and Version 3 of TracStandalone
- Timestamp:
- 08/22/11 13:23:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracStandalone
v2 v3 78 78 79 79 {{{ 80 $ sudohtpasswd -c /path/to/env/.htpasswd username80 $ htpasswd -c /path/to/env/.htpasswd username 81 81 }}} 82 82 then for additional users: 83 83 {{{ 84 $ sudohtpasswd /path/to/env/.htpasswd username284 $ htpasswd /path/to/env/.htpasswd username2 85 85 }}} 86 86 then for starting the tracd (on windows skip the "=" after --basic-auth): … … 104 104 105 105 * '''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` 107 107 * when serving only a single project (`-s`): the name of the project directory 108 108 Don't use an absolute path here as this won't work. ''Note:'' This parameter is case-sensitive even for environments on Windows.