Edgewall Software

Changes between Version 435 and Version 436 of TracInstall


Ignore:
Timestamp:
Jun 12, 2017, 1:57:00 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Fix markup that exports poorly to ReST.

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v435 v436  
    7676Alternatively you can configure Trac to run in any of the following environments:
    7777 * [http://httpd.apache.org/ Apache] with
    78    - [https://github.com/GrahamDumpleton/mod_wsgi mod_wsgi], see [wiki:TracModWSGI] and
    79      [http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac ModWSGI IntegrationWithTrac].
    80    - [http://modpython.org/ mod_python 3.5.0], see TracModPython
     78  * [https://github.com/GrahamDumpleton/mod_wsgi mod_wsgi], see [wiki:TracModWSGI] and [http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac ModWSGI IntegrationWithTrac].
     79  * [http://modpython.org/ mod_python 3.5.0], see TracModPython
    8180 * a [http://www.fastcgi.com/ FastCGI]-capable web server (see TracFastCgi)
    8281 * an [http://tomcat.apache.org/connectors-doc/ajp/ajpv13a.html AJP]-capable web
     
    139138Assuming you want to have your entire pip installation in `/opt/user/trac`
    140139
    141  -
    142140 {{{#!sh
    143141$ pip install trac psycopg2
    144142}}}
    145143or
    146  -
    147144 {{{#!sh
    148145$ pip install trac mysql-python