Edgewall Software

Changes between Version 241 and Version 242 of TracInstall


Ignore:
Timestamp:
May 6, 2008, 4:32:03 AM (16 years ago)
Author:
bfrisch@…
Comment:

Updating for Trac 0.11rc1

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v241 v242  
    1111For the quick install, make sure you have [http://python.org Python-2.5], [http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install easy_install] and SQlite-3.3.4 installed (or above).
    1212{{{
    13 sudo easy_install Trac==0.11b2
     13sudo easy_install Trac==0.11rc1
    1414}}}
    1515
     
    8787One way to install Trac is using `setuptools`.
    8888With setuptools you can install Trac from the subversion repository; for example,
    89 to install release version 0.11b2 do:
     89to install release version 0.11rc1 do:
    9090{{{
    91 easy_install http://svn.edgewall.org/repos/trac/tags/trac-0.11b2
     91easy_install http://svn.edgewall.org/repos/trac/tags/trac-0.11rc1
    9292}}}
    9393