Changes between Version 5 and Version 6 of TracInstall


Ignore:
Timestamp:
2013-10-21T04:27:16Z (10 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v5 v6  
    8989===== Others =====
    9090
    91 Support for other version control systems is provided via third-parties. See [trac:PluginList] and [trac:VersioningSystemBackend].
     91Support for other version control systems is provided via third-parties. See [trac:PluginList] and [trac:VersionControlSystem].
    9292
    9393==== Web Server ====
     
    134134A few examples:
    135135
    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:
    137137   {{{
    138138   easy_install Babel==0.9.5
    139    easy_install Trac
     139   easy_install Trac==0.12
    140140   }}}
    141141   ''It's very important to run the two `easy_install` commands separately, otherwise the message catalogs won't be generated.''
     
    146146   }}}
    147147
    148  - upgrade to the latest trunk development version (0.13dev):
     148 - upgrade to the latest trunk development version:
    149149   {{{
    150150   easy_install -U Trac==dev