~george-edison55/charms/precise/python-django/fix-readme

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Patrick Hetu
  • Date: 2012-05-09 20:20:08 UTC
  • Revision ID: patrick.hetu@gmail.com-20120509202008-u7bfh0a4gs1u580g
use the wsgi subordinate

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
juju-log "django: Repos with $VCS and url: $REPOS_URL"
12
12
 
13
 
apt-get install -y python-django gunicorn python-imaging python-docutils python-psycopg2 python-pip python-jinja2 mercurial git-core subversion bzr postgresql-client python-eventlet python-gevent $EXTRA_DEB_PKGS
 
13
apt-get install -y python-django python-imaging python-docutils python-psycopg2 python-pip python-jinja2 mercurial git-core subversion bzr postgresql-client $EXTRA_DEB_PKGS
14
14
 
15
15
 
16
16
if [ ! -d "/srv/${UNIT_NAME}" ]; then