initialize-database: Clean up final instructions.

Fixes #3678.
This commit is contained in:
Tim Abbott 2017-02-21 19:50:34 -08:00
parent e608f09f73
commit 51d3ab1cb7
1 changed files with 7 additions and 6 deletions

View File

@ -34,10 +34,11 @@ fi
set +x
echo "Congratulations! You have successfully configured your Zulip database."
echo "If you haven't already, you should configure email in /etc/zulip/settings.py."
echo "Then create your organization and user by opening the link to your Zulip"
echo "instance generated by ./manage.py generate_realm_creation_link."
echo ""
echo "See docs/prod-health-check-debug.md for instructions on how to confirm your Zulip "
echo "install is healthy, change your realm's domain, debug common issues, and otherwise "
echo "finish setting things up."
echo
echo "Next, run as the zulip user (use 'su zulip' if needed):"
echo
echo " /home/zulip/deployments/current/manage.py generate_realm_creation_link"
echo
echo "This generates a secure, single-use link that you you can use to setup "
echo "a Zulip organization from the convenience of your web browser."
set -x