projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2360814
)
Executing create is unnecessary after the postgres script is executed
author
rinpatch
<rinpatch@sdf.org>
Sat, 22 Jun 2019 01:35:17 +0000
(
04:35
+0300)
committer
rinpatch
<rinpatch@sdf.org>
Sat, 22 Jun 2019 01:35:22 +0000
(
04:35
+0300)
docs/installation/releases_en.md
patch
|
blob
|
history
diff --git
a/docs/installation/releases_en.md
b/docs/installation/releases_en.md
index 31e3ac30db68a7a979237551f78d4dce6e3e93b5..5ccd50c47055af94408fe6ebb2069d115ef2b6b3 100644
(file)
--- a/
docs/installation/releases_en.md
+++ b/
docs/installation/releases_en.md
@@
-114,7
+114,6
@@
su postgres -s $SHELL -lc "psql -f /tmp/setup_db.psql"
# to the end of /etc/pleroma/config.exs before proceeding
# Create the database schema
-su pleroma -s $SHELL -lc "./bin/pleroma_ctl create"
su pleroma -s $SHELL -lc "./bin/pleroma_ctl migrate"
# If you have installed RUM indexes uncommend and run