Skip to content

Instantly share code, notes, and snippets.

@masaki
masaki / trac-install.sh
Created May 29, 2011 11:48
Trac-0.12 installation
# -*- 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