Edgewall Software

Changes between Version 306 and Version 307 of TracInstall


Ignore:
Timestamp:
Jun 13, 2010, 10:05:44 PM (14 years ago)
Author:
Christian Boos
Comment:

use plain "0.12"

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v306 v307  
    55  For installing previous Trac versions, please refer to [[0.11/TracInstall]]'''
    66}}}
    7 = Trac Installation Guide for 0.12dev =
     7= Trac Installation Guide for 0.12 =
    88[[TracGuideToc]]
    99
     
    1212Since version 0.12, Trac can also be localized, and there's probably a translation available for your language. If you want to be able to use the Trac interface in other languages, then make sure you have installed the optional package [#OtherPythonPackages Babel]. Pay attention to the extra steps for localization support in the [#InstallingTrac Installing Trac] section below. Lacking Babel, you will only get the default english version, as usual.
    1313
    14 If you're interested in contributing new translations for other languages or enhance the existing translations, then please have a look at ["TracL10N"].
     14If you're interested in contributing new translations for other languages or enhance the existing translations, then please have a look at [[trac:TracL10N]].
    1515
    1616What follows are generic instructions for installing and setting up Trac and its requirements. While you may find instructions for installing Trac on specific systems at TracInstallPlatforms on the main Trac site, please be sure to '''first read through these general instructions''' to get a good understanding of the tasks involved.
     
    127127A few examples:
    128128
    129  - install Trac 0.12 beta1::
     129 - install Trac 0.12:
    130130   {{{
    131    easy_install Trac==0.12b1
     131   easy_install Trac==0.12
    132132   }}}
    133133
    134  - install latest development version 0.12dev
     134 - install latest development version 0.12dev:
    135135   {{{
    136136   easy_install Trac==dev
     
    168168Of course, using the python-typical setup at the top of the source directory also works.
    169169
    170 You can obtain the source for a .tar.gz or .zip file corresponding to a release (e.g. Trac-0.12b1.tar.gz), or you can get the source directly from the repository (see Trac:SubversionRepository for details).
     170You can obtain the source for a .tar.gz or .zip file corresponding to a release (e.g. Trac-0.12.tar.gz), or you can get the source directly from the repository (see Trac:SubversionRepository for details).
    171171
    172172{{{