mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
Dramatically extend post-install documentation for production Zulip.
This commit is contained in:
@@ -66,4 +66,5 @@ cat <<EOF
|
||||
|
||||
su zulip -c /home/zulip/deployments/current/scripts/setup/initialize-database
|
||||
|
||||
To configure the initial database.
|
||||
EOF
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user