Edgewall Software

Changes between Version 353 and Version 354 of TracInstall


Ignore:
Timestamp:
Aug 6, 2012, 4:32:51 PM (12 years ago)
Author:
Christian Boos
Comment:

add link to distribute

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v353 v354  
    2525 * [http://www.python.org/ Python], version >= 2.5 and < 3.0
    2626   (note that we dropped the support for Python 2.4 in this release)
    27  * [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version >= 0.6
     27 * [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version >= 0.6, or better yet, [http://pypi.python.org/pypi/distribute distribute]
    2828 * [http://genshi.edgewall.org/wiki/Download Genshi], version >= 0.6
    2929
     
    149149To get a trac installation up and running in less than 5 minutes:
    150150
    151 Assuming you want to have your entire pip installation in /opt/user/trac
     151Assuming you want to have your entire pip installation in `/opt/user/trac`
    152152
    153153 -
     
    163163Make sure your OS specific headers are available for pip to automatically build PostgreSQL (libpq-dev) or MySQL (libmysqlclient-dev) bindings.
    164164
    165 pip 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
    166 
    167 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)
     165pip 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`.
     166
     167All 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)
    168168
    169169Additionally, you can install several trac plugins (listed [http://pypi.python.org/pypi?:action=search&term=trac&submit=search here]) through pip.