Edgewall Software

Changes between Version 323 and Version 324 of TracInstall


Ignore:
Timestamp:
Nov 22, 2010, 11:24:10 AM (13 years ago)
Author:
mj.wells@…
Comment:

Escape PythonHandler

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v323 v324  
    170170pip will automatically resolve all dependencies (like Genshi, pygments, etc.) and download the latest packages on pypi.python.org and create a self contained installation in /opt/user/trac
    171171
    172 All commands (tracd, trac-admin) are available in /opt/user/trac/bin . This can also be leveraged for mod_python (using PythonHandler directive) and mod_wsgi (using WSGIDaemonProcess directive)
     172All commands (tracd, trac-admin) are available in /opt/user/trac/bin . This can also be leveraged for mod_python (using !PythonHandler directive) and mod_wsgi (using WSGIDaemonProcess directive)
    173173
    174174Additionally, you can install several trac plugins (listed [http://pypi.python.org/pypi?:action=search&term=trac&submit=search here]) through pip.