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

@@ -18,7 +18,7 @@ ADMIN_DOMAIN = 'example.com'
# Enable at least one of the following authentication backends.
AUTHENTICATION_BACKENDS = (
# 'zproject.backends.EmailAuthBackend', # Email and password
# 'zproject.backends.EmailAuthBackend', # Email and password; see SMTP setup below
# 'zproject.backends.ZulipRemoteUserBackend', # Local SSO
# 'zproject.backends.GoogleMobileOauth2Backend', # Google Apps, setup below
)