Remove a note about needing to add RUM to config manually, as it is now

in the config generator
stable
rinpatch 5 years ago
parent c013d3f3c8
commit 7a4c4518b8

@ -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"

Loading…
Cancel
Save