Install django-jstemplate on new servers

(imported from commit 650cc012030a3fe09ebae229ab3bff55e1cd35f0)
This commit is contained in:
Keegan McAllister 2012-09-06 15:18:06 -04:00
parent 474f08198b
commit 9e3f588276
1 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,8 @@ deb-src http://backports.debian.org/debian-backports squeeze-backports main
EOF
apt-get update
apt-get upgrade
apt-get install sudo emacs vim screen git python-tz sqlite3 apache2 gitit python-tornado
apt-get install sudo emacs vim screen git python-tz sqlite3 apache2 gitit python-tornado \
python-pip
apt-get install -t squeeze-backports python-django
# Configure Apache
@ -63,3 +64,7 @@ mkdir -p /home/wiki/wiki/static/img
cp wiki/gitit.conf /home/wiki/wiki/
cp wiki/logo.png /home/wiki/wiki/static/img/
chown -R wiki:wiki /home/wiki/wiki
# Install Python packages from PyPi
# FIXME: make this more secure
pip install django-jstemplate