Changes between Version 6 and Version 7 of tracInstallation
- Timestamp:
- Jun 29, 2010 3:23:46 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tracInstallation
v6 v7 36 36 server$ tracd --port 8000 --basic-auth=*,/path/to/trac_dir/.htpasswd,realm /path/to/trac_dir 37 37 }}} 38 //realm// is an arbitrary name. 38 //realm// is an arbitrary name. To start tracd in background and append all output to a file: 39 {{{ 40 server$ nohup tracd --port 8000 --basic-auth=*,/path/to/trac_dir/.htpasswd,realm /path/to/trac_dir & 41 }}} 42 The output is appended to nohup.out! 39 43 40 44 5. Run your web-browser and type the following location: