Changes between Version 1 and Version 2 of TracStandalone
- Timestamp:
- 2015-04-01T12:42:00Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracStandalone
v1 v2 22 22 $ tracd -p 8080 /path/to/project 23 23 }}} 24 Strictly speaking this will make your Trac accessible to everybody from your network rather than ''localhost only''. To truly limit it use ''--hostname''option.24 Strictly speaking this will make your Trac accessible to everybody from your network rather than ''localhost only''. To truly limit it use the `--hostname` option. 25 25 {{{#!sh 26 26 $ tracd --hostname=localhost -p 8080 /path/to/project