mirror of https://github.com/zulip/zulip.git
install: Remote the python-django-guardian hack.
This is no longer required since it's in the PPA now.
This commit is contained in:
parent
2c6bfe136a
commit
00bf7b25b5
|
@ -15,11 +15,6 @@ 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 ./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