Add a Further Reading section to the OTP install guide

This commit is contained in:
rinpatch 2019-06-23 07:43:45 +03:00
parent 997e766929
commit 66e92dc0ca
1 changed files with 7 additions and 0 deletions

View File

@ -253,3 +253,10 @@ su pleroma -s $SHELL -lc "./bin/pleroma_ctl update"
su pleroma -s $SHELL -lc "./bin/pleroma_ctl migrate"
```
But you should **always check the release notes/changelog** in case there are config deprecations, special update steps, etc.
## Further reading
* [Configuration](config.html)
* [Pleroma's base config.exs](https://git.pleroma.social/pleroma/pleroma/blob/master/config/config.exs)
* [Hardening your instance](hardening.html)
* [Pleroma Clients](clients.html)
* [Emoji pack manager](Mix.Tasks.Pleroma.Emoji.html)