This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# file: trac-install.sh | |
# prepare | |
yum install sqlite sqlite-devel mod_wsgi | |
easy_install pysqlite Babel Genshi pytz docutils | |
# or `yum install python-sqlite2 babel python-genshi pytz python-docutils` | |
# setup | |
wget http://www.i-act.co.jp/project/products/downloads/Trac-0.12.2.ja1.zip |