Changes between Version 4 and Version 5 of TracInstall
- Timestamp:
- Aug 21, 2008, 3:27:02 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracInstall
v4 v5 1 1 = Trac Installation Guide for 0.11 = 2 2 [[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.'''5 3 6 4 Trac 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 9 For 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). 12 10 {{{ 13 sudo easy_install Trac==0.11 b211 sudo easy_install Trac==0.11 14 12 }}} 15 13