Changes between Version 7 and Version 8 of TracStandalone
- Timestamp:
- Jul 25, 2015, 7:08:55 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracStandalone
v7 v8 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 the `--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 ''--hostname'' option. 25 25 {{{#!sh 26 26 $ tracd --hostname=localhost -p 8080 /path/to/project