Edgewall Software

Changes between Version 262 and Version 263 of TracInstall


Ignore:
Timestamp:
Nov 8, 2008, 9:54:26 PM (15 years ago)
Author:
Remy Blank
Comment:

Fixed Trac: prefix (should be trac:)

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v262 v263  
    22[[TracGuideToc]]
    33
    4   '''NOTE: For installing previous Trac versions, please refer to [Trac:wiki:0.10/TracInstall 0.10/TracInstall].'''
     4  '''NOTE: For installing previous Trac versions, please refer to [trac:wiki:0.10/TracInstall 0.10/TracInstall].'''
    55
    66Trac 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.
     
    6868 * A CGI-capable web server (see TracCgi), or
    6969 * a [http://www.fastcgi.com/ FastCGI]-capable web server (see TracFastCgi), or
    70  * an [http://tomcat.apache.org/connectors-doc/ajp/ajpv13a.html AJP]-capable web server (see Trac:TracOnWindowsIisAjp), or
     70 * an [http://tomcat.apache.org/connectors-doc/ajp/ajpv13a.html AJP]-capable web server (see [trac:TracOnWindowsIisAjp TracOnWindowsIisAjp]), or
    7171 * [http://httpd.apache.org/ Apache] with [http://code.google.com/p/modwsgi/ mod_wsgi] (see [wiki:TracModWSGI] or http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac)
    7272    * This should work with Apache 1.3, 2.0 or 2.2 and promises to deliver more performance than using mod_python. A little less mature than mod_python.