mirror of https://github.com/zulip/zulip.git
Install django-jstemplate on new servers
(imported from commit 650cc012030a3fe09ebae229ab3bff55e1cd35f0)
This commit is contained in:
parent
474f08198b
commit
9e3f588276
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue