Edgewall Software

Changes between Version 17 and Version 18 of 0.11/TracInstall


Ignore:
Timestamp:
Apr 10, 2010, 6:14:20 PM (14 years ago)
Author:
Christian Boos
Comment:

archiving wiki:/TracInstall@298

Legend:

Unmodified
Added
Removed
Modified
  • 0.11/TracInstall

    v17 v18  
    3434 * You also need a database system and the corresponding python drivers for it.
    3535   The database can be either SQLite, PostgreSQL or MySQL.
    36  * Optional if some plugins require it: [http://www.clearsilver.net/ ClearSilver] (for information on installing ClearSilver refer to the [wiki:0.10/TracInstall#Requirements 0.10/TracInstall] page and the ClearSilver page).
     36 * Optional if some plugins require it: [http://www.clearsilver.net/ ClearSilver] (for information on installing ClearSilver refer to the [wiki:0.10/TracInstall#Requirements 0.10/TracInstall] page and the Trac:ClearSilver page).
    3737
    3838==== For SQLite ====
     
    9393 * [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) or
    9494    * 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.
     95    * You shouldn't use aliases for svn repos. For example, project located at /usr/local/www/trac, http://host/trac. And you want url http://host/trac/svn to point to the repo. You should define symlink ''ln -s /path/to/your/repo /usr/loca/www/trac/svn'', because with ''httpd.conf:Alias /trac/svn /path/to/your/repo'' repo will be unaccessible via http.
    9596 * [http://httpd.apache.org/ Apache] with [http://www.modpython.org/ mod_python 3.1.3+] (see TracModPython)
    9697    * When installing mod_python the development versions of Python and Apache are required (actually the libraries and header files)