Skip to content

Instantly share code, notes, and snippets.

Created January 22, 2014 02:56
Show Gist options
  • Save anonymous/8552745 to your computer and use it in GitHub Desktop.
Save anonymous/8552745 to your computer and use it in GitHub Desktop.
#!/bin/sh
wget "http://download.edgewall.org/trac/Trac-1.0.1.tar.gz"
tar xf Trac-1.0.1.tar.gz
cd Trac-1.0.1
wget http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py
python setup.py build
python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment