README.prod.md: Expand documentation on filling in settings.py.

This commit is contained in:
Tim Abbott 2015-10-01 12:40:31 -07:00
parent feca065dd8
commit ea7e5527be
1 changed files with 5 additions and 1 deletions

View File

@ -74,7 +74,11 @@ These instructions should be followed as root.
packages via apt.
(4) Configure the Zulip server instance by filling in the settings in
`/etc/zulip/settings.py`.
`/etc/zulip/settings.py`. Be sure to fill in all the mandatory
settings, enable at least one authentication mechanism, and do the
configuration required for that authentication mechanism to work.
See the section on "Authentication" below for more detail on
configuring authentication mechanisms.
(5) Run
```