diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-11-11 19:53:40 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-11-11 19:53:40 +0400 |
commit | 08cbd655d14c74ced77e7af2c0acecf554e0ed91 (patch) | |
tree | 4ffb3f3fa62e046e299df0378a56fb52a5b042cb /docs/installation/otp_en.md | |
parent | e46c95b826c3fb98efa15cf6fd5d6cf2fb9797af (diff) | |
parent | 3cd7ea693fa820c04257b893725100eccf1cc96c (diff) | |
download | pleroma-08cbd655d14c74ced77e7af2c0acecf554e0ed91.tar.gz |
Merge branch 'develop' into frontend-admin-api
Diffstat (limited to 'docs/installation/otp_en.md')
-rw-r--r-- | docs/installation/otp_en.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md index 98360bcf7..63eda63ca 100644 --- a/docs/installation/otp_en.md +++ b/docs/installation/otp_en.md @@ -149,9 +149,6 @@ chown -R pleroma /etc/pleroma # Run the config generator su pleroma -s $SHELL -lc "./bin/pleroma_ctl instance gen --output /etc/pleroma/config.exs --output-psql /tmp/setup_db.psql" -# Run the environment file generator. -su pleroma -s $SHELL -lc "./bin/pleroma_ctl release_env gen" - # Create the postgres database su postgres -s $SHELL -lc "psql -f /tmp/setup_db.psql" |