enterprise => voyager

(imported from commit 04be792bb480d5e5db1c91d296d1000cf1682571)
This commit is contained in:
David Roe
2015-08-21 02:48:43 -07:00
committed by Tim Abbott
parent edf7e732a2
commit 3f7cb34b00
32 changed files with 42 additions and 57 deletions

View File

@@ -15,7 +15,7 @@ apt-get install -y puppet git
cp -a /root/zulip/puppet/zulip/files/puppet.conf /etc/puppet/
mkdir -p /etc/zulip
echo -e "[machine]\npuppet_classes = zulip::enterprise\ndeploy_type = enterprise" > /etc/zulip/zulip.conf
echo -e "[machine]\npuppet_classes = zulip::enterprise\ndeploy_type = voyager" > /etc/zulip/zulip.conf
/root/zulip/scripts/zulip-puppet-apply -f
# These server restarting bits should be moveable into puppet-land, ideally
@@ -24,7 +24,7 @@ if [ -e "/etc/init.d/nginx" ]; then
service nginx restart
fi
/root/zulip/scripts/setup/generate_enterprise_secrets.py
/root/zulip/scripts/setup/generate_voyager_secrets.py
mv /root/zulip/zproject/local_settings_template.py /etc/zulip/settings.py
ln -nsf /etc/zulip/settings.py /root/zulip/zproject/local_settings.py

View File

@@ -13,6 +13,6 @@ python manage.py checkconfig
python manage.py migrate --noinput
python manage.py createcachetable third_party_api_results
python manage.py initialize_enterprise_db
python manage.py initialize_voyager_db
supervisorctl restart all