From 51d3ab1cb7edaba73701789565e64a1ee4d840c7 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 21 Feb 2017 19:50:34 -0800 Subject: [PATCH] initialize-database: Clean up final instructions. Fixes #3678. --- scripts/setup/initialize-database | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/setup/initialize-database b/scripts/setup/initialize-database index e01666268a..a0f92eb541 100755 --- a/scripts/setup/initialize-database +++ b/scripts/setup/initialize-database @@ -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