Changes between Version 4 and Version 5 of TracInstall


Ignore:
Timestamp:
Aug 21, 2008, 3:27:02 AM (16 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v4 v5  
    11= Trac Installation Guide for 0.11 =
    22[[TracGuideToc]]
    3 
    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.'''
    53
    64Trac 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.
     
    119For the quick install, make sure you have [http://python.org Python-2.5], [http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install easy_install] and SQlite-3.3.4 installed (or above).
    1210{{{
    13 sudo easy_install Trac==0.11b2
     11sudo easy_install Trac==0.11
    1412}}}
    1513