mirror of https://github.com/zulip/zulip.git
parent
e608f09f73
commit
51d3ab1cb7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue