forked from zulip/zulip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Clarify --email installation option.
(cherry picked from commit 358a0dd)
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,10 +59,14 @@ If the script gives an error, consult [Troubleshooting](#troubleshooting) below. | |
|
||
#### Installer options | ||
|
||
- `[email protected]`: The email address of the person or team | ||
who should get support and error emails from this Zulip server. | ||
This becomes `ZULIP_ADMINISTRATOR` ([docs][doc-settings]) in the | ||
Zulip settings. | ||
- `[email protected]`: The email address for the person or team who | ||
maintains the Zulip installation. Note that this is a public-facing email | ||
address; it may appear on 404 pages, is used as the sender's address for many | ||
automated emails, and is advertised as a support address. An email address | ||
like [email protected] is totally reasonable, as is [email protected]. Do | ||
not put a display name; e.g. "[email protected]", not "Zulip Support | ||
<[email protected]>". This becomes `ZULIP_ADMINISTRATOR` | ||
([docs][doc-settings]) in the Zulip settings. | ||
|
||
- `--hostname=zulip.example.com`: The user-accessible domain name for | ||
this Zulip server, i.e., what users will type in their web browser. | ||
|