Remove a note about needing to add RUM to config manually, as it is now
authorrinpatch <rinpatch@sdf.org>
Sat, 22 Jun 2019 18:18:34 +0000 (21:18 +0300)
committerrinpatch <rinpatch@sdf.org>
Sat, 22 Jun 2019 18:18:34 +0000 (21:18 +0300)
in the config generator

docs/installation/releases_en.md

index e8bdf007df39a1cdb989bcbd03f142eae1a2311d..7f53aedb8d58d30fe6a17564c2ada848ec9e9511 100644 (file)
@@ -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"