Dramatically extend post-install documentation for production Zulip.

This commit is contained in:
Tim Abbott
2015-09-29 22:23:25 -07:00
parent 5ad84fd997
commit 92aebe595b
4 changed files with 265 additions and 13 deletions

View File

@@ -66,4 +66,5 @@ cat <<EOF
su zulip -c /home/zulip/deployments/current/scripts/setup/initialize-database
To configure the initial database.
EOF

View File

@@ -20,3 +20,11 @@ if ! python manage.py initialize_voyager_db; then
fi
supervisorctl restart all
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 "And then you should now be able to visit your server over https and sign up using"
echo "an email address that ends with @ADMIN_DOMAIN (from your settings file)."
echo ""
echo "See README.prod.md for instructions on how to confirm your Zulip install is healthy, "
echo " change ADMIN_DOMAIN, debug common issues, and otherwise finish setting things up."