Changes between Version 3 and Version 4 of TracInstall
- Timestamp:
- 2010-08-02T23:37:30Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracInstall
v3 v4 6 6 Since 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. 7 7 8 If you're interested in contributing new translations for other languages or enhance the existing translations, then please have a look at [ "TracL10N"].8 If you're interested in contributing new translations for other languages or enhance the existing translations, then please have a look at [[trac:TracL10N]]. 9 9 10 10 What 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. … … 121 121 A few examples: 122 122 123 - install Trac 0.12 rc1::123 - install Trac 0.12: 124 124 {{{ 125 easy_install Trac==0.12 rc1125 easy_install Trac==0.12 126 126 }}} 127 127 128 - install latest development version 0.12dev 128 - install latest development version 0.12dev: 129 129 {{{ 130 130 easy_install Trac==dev … … 162 162 Of course, using the python-typical setup at the top of the source directory also works. 163 163 164 You can obtain the source for a .tar.gz or .zip file corresponding to a release (e.g. Trac-0.12 rc1.tar.gz), or you can get the source directly from the repository (see Trac:SubversionRepository for details).164 You 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). 165 165 166 166 {{{