Rename local server => enterprise in some scripts.

(imported from commit 98cdb4c2e1be5a6abb59821eb32f749c058b773b)
This commit is contained in:
Tim Abbott 2013-11-12 12:23:15 -05:00
parent 3dadb5b76a
commit 270f5730fa
3 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ if [ -e "/etc/init.d/apache2" ]; then
service apache2 restart service apache2 restart
fi fi
/root/zulip/scripts/setup/generate_localserver_secrets.py /root/zulip/scripts/setup/generate_enterprise_secrets.py
mv /root/zulip/zproject/local_settings_generated.py /etc/zulip/settings.py mv /root/zulip/zproject/local_settings_generated.py /etc/zulip/settings.py
ln -nsf /etc/zulip/settings.py /root/zulip/zproject/local_settings.py ln -nsf /etc/zulip/settings.py /root/zulip/zproject/local_settings.py

View File

@ -3,7 +3,7 @@
GITID=$(git rev-parse HEAD) GITID=$(git rev-parse HEAD)
if [ "$(uname)" = "Darwin" ]; then if [ "$(uname)" = "Darwin" ]; then
TMPDIR=/tmp/local-server TMPDIR=/tmp/enterprise-build
rm -Rf $TMPDIR rm -Rf $TMPDIR
mkdir -p $TMPDIR mkdir -p $TMPDIR
else else