From: rinpatch Date: Sat, 22 Jun 2019 18:18:34 +0000 (+0300) Subject: Remove a note about needing to add RUM to config manually, as it is now X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=7a4c4518b8cdff5684f3287f373e3e6acf72293c;p=akkoma Remove a note about needing to add RUM to config manually, as it is now in the config generator --- 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"