Edgewall Software

Changes between Version 217 and Version 218 of TracInstall


Ignore:
Timestamp:
Dec 6, 2007, 3:37:28 PM (16 years ago)
Author:
Christian Boos
Comment:

Caveat and make the link back to wiki:0.10/TracInstall stand out

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v217 v218  
    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.'''
    45
    56Trac 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.edgewal.com Genshi] templating system.
    67
    7 What 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. See also wiki:0.10/TracInstall for 0.10 and before instructions.
     8What 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.
    89
    910== Short - Install a released version ==