Mercurial > p > roundup > code
diff doc/installation.txt @ 6989:b5f8b85351a9
clarify required config.ini installation changes vs optional.
Bring in line with what roundup-admin install reports as required.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 20 Sep 2022 14:44:20 -0400 |
| parents | a6ca811139b6 |
| children | 031cdb92fa1d |
line wrap: on
line diff
--- a/doc/installation.txt Tue Sep 20 12:13:45 2022 -0400 +++ b/doc/installation.txt Tue Sep 20 14:44:20 2022 -0400 @@ -437,9 +437,11 @@ will be stored in. You will now be directed to edit the tracker configuration and - initial schema. At a minimum, you must set "main :: admin_email" - (that's the "admin_email" option in the "main" section) "mail :: - host", "tracker :: web" and "mail :: domain". If you get stuck, + initial schema. At a minimum, you must set "tracker :: web", + "mail :: host", and "mail :: domain". You should also + set "main :: admin_email" (that's the "admin_email" option in + the "main" section) to your local admin address to get email + on unusual occurances. If you get stuck, and get configuration file errors, then see the `tracker configuration`_ section of the `customisation documentation`_.
