Changes between Version 3 and Version 4 of TracInstall
- Timestamp:
- 2012-09-21T18:29:28Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracInstall
v3 v4 18 18 * [http://www.python.org/ Python], version >= 2.5 and < 3.0 19 19 (note that we dropped the support for Python 2.4 in this release) 20 * [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version >= 0.6 21 * [http://genshi.edgewall.org/wiki/Download Genshi], version >= 0.6 20 * [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version >= 0.6, or better yet, [http://pypi.python.org/pypi/distribute distribute] 21 * [http://genshi.edgewall.org/wiki/Download Genshi], version >= 0.6 (unreleased version 0.7dev should work as well) 22 22 23 23 You also need a database system and the corresponding python bindings. … … 102 102 103 103 * [http://babel.edgewall.org Babel], version >= 0.9.5, 104 needed for localization support 104 needed for localization support (unreleased version 1.0dev should work as well) 105 105 * [http://docutils.sourceforge.net/ docutils], version >= 0.3.9 106 106 for WikiRestructuredText. … … 142 142 To get a trac installation up and running in less than 5 minutes: 143 143 144 Assuming you want to have your entire pip installation in /opt/user/trac144 Assuming you want to have your entire pip installation in `/opt/user/trac` 145 145 146 146 - … … 156 156 Make sure your OS specific headers are available for pip to automatically build PostgreSQL (libpq-dev) or MySQL (libmysqlclient-dev) bindings. 157 157 158 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/trac159 160 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 WSGIDaemonProcessdirective)158 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`. 159 160 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) 161 161 162 162 Additionally, you can install several trac plugins (listed [http://pypi.python.org/pypi?:action=search&term=trac&submit=search here]) through pip.