mirror of https://github.com/zulip/zulip.git
Rename local server => enterprise in some scripts.
(imported from commit 98cdb4c2e1be5a6abb59821eb32f749c058b773b)
This commit is contained in:
parent
3dadb5b76a
commit
270f5730fa
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue