Edgewall Software

Changes between Version 46 and Version 47 of 1.1/TracInstall


Ignore:
Timestamp:
May 12, 2016, 8:52:39 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Merge TracInstall@427.

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/TracInstall

    v46 v47  
    116116A few examples:
    117117
    118  - Install Trac 1.0:
    119    {{{#!sh
    120    easy_install Trac==1.0
    121    }}}
     118 - Install the latest stable version of Trac:
     119 {{{#!sh
     120$ easy_install Trac
     121}}}
    122122 - Install latest development version:
    123    {{{#!sh
    124    easy_install Trac==dev
    125    }}}
     123 {{{#!sh
     124$ easy_install http://download.edgewall.org/trac/Trac-latest-dev.tar.gz
     125}}}
    126126   Note that in this case you won't have the possibility to run a localized version of Trac;
    127127   either use a released version or install from source