yum install python mod_python
yum install mysql-devel
yum install python-devel
Install MySQL-python
- Download the tarball from http://sourceforge.net/projects/mysql-python
- Compile the package:
# python setup.py build && python setup.py install
Install Clearsilver, a templating package needed by Trac
- Download Clearsilver from http://www.clearsilver.net/downloads/
- Compile Clearsilver:
- #./configure && make && make install
install setuptools
#yum install python-setuptools
A few examples:
- first install of the latest stable version Trac 0.12.2, with i18n support:
easy_install Babel==0.9.5 easy_install Trac
It's very important to run the two easy_install commands separately, otherwise the message catalogs won't be generated.
sample configuration: https://coderanger.net/~coderanger/httpd/fcgi_example.conf
other reading:
http://www.justinbritten.com/work/2008/05/installing-trac-on-centos-5/
http://trac.edgewall.org/wiki/TracInstall
No comments:
Post a Comment