Changes between Version 8 and Version 9 of TracInstall
- Timestamp:
- Jul 5, 2016, 9:22:38 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracInstall
v8 v9 120 120 A few command-line examples: 121 121 122 - Install Trac 1.0:122 - Install the latest stable version of Trac: 123 123 {{{#!sh 124 $ easy_install Trac ==1.0124 $ easy_install Trac 125 125 }}} 126 126 - Install latest development version: 127 127 {{{#!sh 128 $ easy_install Trac==dev128 $ easy_install http://download.edgewall.org/trac/Trac-latest-dev.tar.gz 129 129 }}} 130 130 Note that in this case you won't have the possibility to run a localized version of Trac;