Changes between Version 13 and Version 14 of TracInstall


Ignore:
Timestamp:
20/07/2016 10:40:45 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v13 v14  
    120120A few command-line examples:
    121121
    122  - Install Trac 1.0:
     122 - Install the latest stable version of Trac:
    123123 {{{#!sh
    124 $ easy_install Trac==1.0
     124$ easy_install Trac
    125125}}}
    126126 - Install latest development version:
    127127 {{{#!sh
    128 $ easy_install Trac==dev
     128$ easy_install http://download.edgewall.org/trac/Trac-latest-dev.tar.gz
    129129}}}
    130130   Note that in this case you won't have the possibility to run a localized version of Trac;