projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c013d3f
)
Remove a note about needing to add RUM to config manually, as it is now
author
rinpatch
<rinpatch@sdf.org>
Sat, 22 Jun 2019 18:18:34 +0000
(21:18 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Sat, 22 Jun 2019 18:18:34 +0000
(21:18 +0300)
in the config generator
docs/installation/releases_en.md
patch
|
blob
|
history
diff --git
a/docs/installation/releases_en.md
b/docs/installation/releases_en.md
index e8bdf007df39a1cdb989bcbd03f142eae1a2311d..7f53aedb8d58d30fe6a17564c2ada848ec9e9511 100644
(file)
--- 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"