Edgewall Software

Changes between Version 426 and Version 427 of TracInstall


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

trac==dev doesn't work since pypi stopped allowing externally links. Also, ensure latest stable version of Trac is installed if steps are explicitly followed.

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v426 v427  
    121121A few command-line examples:
    122122
    123  - Install Trac 1.0:
     123 - Install the latest stable version of Trac:
    124124 {{{#!sh
    125 $ easy_install Trac==1.0
     125$ easy_install Trac
    126126}}}
    127127 - Install latest development version:
    128128 {{{#!sh
    129 $ easy_install Trac==dev
     129$ easy_install http://download.edgewall.org/trac/Trac-latest-dev.tar.gz
    130130}}}
    131131   Note that in this case you won't have the possibility to run a localized version of Trac;