Edgewall Software

Changes between Version 1 and Version 2 of 0.12/TracInstall


Ignore:
Timestamp:
May 12, 2008, 8:26:57 AM (16 years ago)
Author:
Christian Boos
Comment:

Start 0.12 specific installation instructions (Babel)

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracInstall

    v1 v2  
    1 = Trac Installation Guide for 0.11 =
     1= Trac Installation Guide for 0.12dev =
    22[[TracGuideToc]]
    33
    4   '''NOTE: this page is now for 0.11, which will be released soon. For installing previous Trac versions, please refer to wiki:0.10/TracInstall.'''
     4{{{
     5#!div style="margin-top: .5em; padding: 0 1em; background-color: #ffd; border:1px outset #ddc;"
     6
     7  '''NOTE: this page is for 0.12dev (trunk), for which development has started. For installing previous Trac versions, please refer to TracInstall (0.11)'''
     8}}}
    59
    610Trac is written in the Python programming language and needs a database, [http://sqlite.org/ SQLite], [http://www.postgresql.org/ PostgreSQL], or [http://mysql.com/ MySQL]. For HTML rendering, Trac uses the [http://genshi.edgewall.org Genshi] templating system.
     11
     12Since 0.12, Trac can also be localized, and there's probably a translation available for your language. If you're interested to contribute new translations for other languages or enhance the existing translations, please have a look at ["TracL10N"].
    713
    814What follows are generic instructions for installing and setting up Trac and its requirements. While you can 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.
     
    4955
    5056 * [http://mysql.com/ MySQL], version 4.1 or later
    51  * [http://sf.net/projects/mysql-python MySQLdb], version 1.2.1 or later
     57 * [http://sf.net/projects/mysql-python MySQLdb], version 1.2.2 or later
    5258
    5359=== Optional Requirements ===
     
    7480
    7581==== Other Python Utilities ====
     82 * [http://babel.edgewall.org Babel], version >= 0.9.2 for localization support
    7683 * [http://docutils.sourceforge.net/ docutils], version >= 0.3.9 for WikiRestructuredText.
    7784 * [http://pygments.pocoo.org Pygments] for [wiki:TracSyntaxColoring syntax highlighting], also [http://silvercity.sourceforge.net/ SilverCity] and/or [http://gnu.org/software/enscript/enscript.html Enscript] may still be used.