Changes between Version 8 and Version 9 of TracInstall


Ignore:
Timestamp:
Jul 5, 2016, 9:22:38 AM (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v8 v9  
    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;