Changes between Version 2 and Version 3 of TracInstall
- Timestamp:
- Sep 27, 2014, 5:58:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracInstall
v2 v3 89 89 ===== Others ===== 90 90 91 Support for other version control systems is provided via third-parties. See [trac:PluginList] and [trac:Version ingSystemBackend].91 Support for other version control systems is provided via third-parties. See [trac:PluginList] and [trac:VersionControlSystem]. 92 92 93 93 ==== Web Server ==== … … 134 134 A few examples: 135 135 136 - first install of the latest stable version Trac 0.12. 2, with i18n support:136 - first install of the latest stable version Trac 0.12.3, with i18n support: 137 137 {{{ 138 138 easy_install Babel==0.9.5 139 easy_install Trac 139 easy_install Trac==0.12 140 140 }}} 141 141 ''It's very important to run the two `easy_install` commands separately, otherwise the message catalogs won't be generated.'' … … 146 146 }}} 147 147 148 - upgrade to the latest trunk development version (0.13dev):148 - upgrade to the latest trunk development version: 149 149 {{{ 150 150 easy_install -U Trac==dev