Changes between Version 2 and Version 3 of TracInstall


Ignore:
Timestamp:
10/24/2008 15:26:16 (5 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v2 v3  
    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