forked from AkkomaGang/akkoma
Remove a note about needing to add RUM to config manually, as it is now
in the config generator
This commit is contained in:
parent
c013d3f3c8
commit
7a4c4518b8
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue