diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-22 21:18:34 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-22 21:18:34 +0300 |
commit | 7a4c4518b8cdff5684f3287f373e3e6acf72293c (patch) | |
tree | 59195f6b2e15d1965d08d6809d955d51150ffc62 | |
parent | c013d3f3c89a638e20e786a528be598cfa225af7 (diff) | |
download | pleroma-7a4c4518b8cdff5684f3287f373e3e6acf72293c.tar.gz pleroma-7a4c4518b8cdff5684f3287f373e3e6acf72293c.zip |
Remove a note about needing to add RUM to config manually, as it is now
in the config generator
-rw-r--r-- | docs/installation/releases_en.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md index e8bdf007d..7f53aedb8 100644 --- a/docs/installation/releases_en.md +++ b/docs/installation/releases_en.md @@ -112,10 +112,6 @@ su pleroma -s $SHELL -lc "./bin/pleroma_ctl instance gen --output /etc/pleroma/c # Create the postgres database su postgres -s $SHELL -lc "psql -f /tmp/setup_db.psql" -# If you have installed RUM indexes add -# `config :pleroma, :database, rum_enabled: true` -# to the end of /etc/pleroma/config.exs before proceeding - # Create the database schema su pleroma -s $SHELL -lc "./bin/pleroma_ctl migrate" |