Edgewall Software

Changes between Version 286 and Version 287 of TracInstall


Ignore:
Timestamp:
Nov 21, 2009, 6:33:44 PM (14 years ago)
Author:
Christian Boos
Comment:

instead of spamming the page with MariaDB links, some more info about version compatibility would have been preferable

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v286 v287  
    44  '''NOTE: For installing previous Trac versions, please refer to [trac:wiki:0.10/TracInstall 0.10/TracInstall].'''
    55
    6 Trac is written in the Python programming language and needs a database, [http://sqlite.org/ SQLite], [http://postgresql.org/ PostgreSQL], [http://mysql.com/ MySQL] or [http://askmonty.org/wiki/index.php/MariaDB MariaDB]. For HTML rendering, Trac uses the [http://genshi.edgewall.org Genshi] templating system.
     6Trac is written in the Python programming language and needs a database, [http://sqlite.org/ SQLite], [http://postgresql.org/ PostgreSQL], [http://mysql.com/ MySQL]. For HTML rendering, Trac uses the [http://genshi.edgewall.org Genshi] templating system.
    77
    88What 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.
     
    3333 * [http://genshi.edgewall.org/wiki/Download Genshi], version >= 0.5 (was version >= 0.4.1 on previous 0.11 release candidates)
    3434 * You also need a database system and the corresponding python drivers for it.
    35    The database can be either SQLite, PostgreSQL or ''MySQL/MariaDB (experimental)''.
     35   The database can be either SQLite, PostgreSQL or MySQL.
    3636 * Optional if some plugins require it: [http://www.clearsilver.net/ ClearSilver]
    3737
     
    6666'''Warning''': PostgreSQL 8.3 uses a strict type checking mechanism. To use Trac with the 8.3 Version of PostgreSQL, you will need [http://trac.edgewall.org/changeset/6512 trac-0.11] or later.
    6767
    68 ==== For MySQL/MariaDB ====
    69 
    70 '''Warning''': MySQL/MariaDB support is currently ''still'' experimental. That means it works for some people, but several issues remain, in particular regarding the use of unicode and the key length in the repository cache. See [trac:MySqlDb MySqlDb/MariaDB] for more detailed information.
    71 
    72  * [http://mysql.com/ MySQL], version 4.1 or later
     68==== For MySQL ====
     69
     70 * [http://mysql.com/ MySQL], version 4.1 or later ([http://askmonty.org/wiki/index.php/MariaDB MariaDB] might work as well)
    7371 * [http://sf.net/projects/mysql-python MySQLdb], version 1.2.1 or later
     72
     73See [trac:MySqlDb MySqlDb] for more detailed information.
     74It is ''very'' important to read carefully that page before creating the database.
    7475
    7576== Optional Requirements ==