Edgewall Software

Changes between Version 352 and Version 353 of TracInstall


Ignore:
Timestamp:
Jul 16, 2012, 10:32:14 PM (12 years ago)
Author:
Christian Boos
Comment:

0.13 → 1.0

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v352 v353  
    22#!div style="margin-top: .5em; padding: 0 1em; background-color: #ffd; border:1px outset #ddc; text-align: center"
    33
    4   '''NOTE: this page is for 0.13, the "next" version. \\
    5   For installing previous Trac versions, please refer to [[wiki:/TracInstall]] (for Trac 0.12) or even [[0.11/TracInstall]]'''
    6 }}}
    7 = Trac Installation Guide for 0.13 =
     4 '''NOTE: the information in this page applies to Trac 1.0, the upcoming version of Trac. \\
     5 For installing previous Trac versions, please refer to [[wiki:0.12/TracInstall]] (for Trac 0.12)'''
     6}}}
     7= Trac Installation Guide for 1.0 =
    88[[TracGuideToc]]
    99[[TranslatedPages]]
     
    133133A few examples:
    134134
    135  - install Trac 0.13:
     135 - install Trac 1.0:
    136136   {{{
    137    easy_install Trac==0.13
     137   easy_install Trac==1.0
    138138   }}}
    139139   (NOT YET ENABLED)
    140  - install latest development version 0.13dev:
     140 - install latest development version 1.0dev:
    141141   {{{
    142142   easy_install Trac==dev
     
    174174Of course, using the python-typical setup at the top of the source directory also works.
    175175
    176 You can obtain the source for a .tar.gz or .zip file corresponding to a release (e.g. Trac-0.13.tar.gz), or you can get the source directly from the repository (see Trac:SubversionRepository for details).
     176You can obtain the source for a .tar.gz or .zip file corresponding to a release (e.g. Trac-1.0.tar.gz), or you can get the source directly from the repository (see Trac:SubversionRepository for details).
    177177
    178178{{{