mirror of https://github.com/zulip/zulip.git
Hackishly install a correct version of python-django-guardian in prod install.
(imported from commit 1027e05a1a9805a17fcb4b8dea2c2cf8cda280af)
This commit is contained in:
parent
f4be74dafc
commit
b69c6228af
|
@ -15,6 +15,11 @@ apt-get -y dist-upgrade
|
||||||
apt-get install -y puppet git
|
apt-get install -y puppet git
|
||||||
cp -a /root/zulip/puppet/zulip/files/puppet.conf /etc/puppet/
|
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
|
mkdir -p /etc/zulip
|
||||||
echo -e "[machine]\npuppet_classes = zulip::voyager\ndeploy_type = voyager" > /etc/zulip/zulip.conf
|
echo -e "[machine]\npuppet_classes = zulip::voyager\ndeploy_type = voyager" > /etc/zulip/zulip.conf
|
||||||
/root/zulip/scripts/zulip-puppet-apply -f
|
/root/zulip/scripts/zulip-puppet-apply -f
|
||||||
|
|
Loading…
Reference in New Issue