Skip to content

Commit

Permalink
Hackishly install a correct version of python-django-guardian in prod…
Browse files Browse the repository at this point in the history
… install.

(imported from commit 1027e05a1a9805a17fcb4b8dea2c2cf8cda280af)
  • Loading branch information
timabbott committed Sep 25, 2015
1 parent f4be74d commit b69c622
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/lib/install
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ apt-get -y dist-upgrade
apt-get install -y puppet git
cp -a /root/zulip/puppet/zulip/files/puppet.conf /etc/puppet/

# Hack to get required python-django-guardian while the PPA build of django-guardian isn't working :(
apt-get -y install python-django
wget https://zulip.com/dist/packages/python-django-guardian_1.3-1~zulip4_all.deb
dpkg -i /root/python-django-guardian_1.3-1~zulip4_all.deb

mkdir -p /etc/zulip
echo -e "[machine]\npuppet_classes = zulip::voyager\ndeploy_type = voyager" > /etc/zulip/zulip.conf
/root/zulip/scripts/zulip-puppet-apply -f
Expand Down

0 comments on commit b69c622

Please sign in to comment.