diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-11-09 09:14:41 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-11-09 09:14:41 +0000 |
commit | db07b538a511b315a3638f3d0b1abfb4877d10c9 (patch) | |
tree | 1bdb071352bc83dc2a5a537f04ba37da9bf6dcf1 /docs/installation/otp_en.md | |
parent | 294628d9815d6e7390427c08ff0f8f5b073dc10f (diff) | |
parent | cc45c69fff515cb82c4902b67c8edce6b109c819 (diff) | |
download | pleroma-db07b538a511b315a3638f3d0b1abfb4877d10c9.tar.gz pleroma-db07b538a511b315a3638f3d0b1abfb4877d10c9.zip |
Merge branch 'remove/release-env' into 'develop'
Remove release_env
See merge request pleroma/pleroma!3124
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" |