diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-08-07 15:55:08 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-10-15 22:31:00 +0300 |
commit | cf53e300f8e850aeacb88e6e6b4d465378acc199 (patch) | |
tree | 989c3d7d9c1805fc9dad9361c1260a3c0ccbfa00 /docs/installation/debian_based_en.md | |
parent | 595da6080dc12675eb7673a3190b88ad5a3712ed (diff) | |
download | pleroma-cf53e300f8e850aeacb88e6e6b4d465378acc199.tar.gz pleroma-cf53e300f8e850aeacb88e6e6b4d465378acc199.zip |
added generate the release env to `pleroma.instance gen`
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r-- | docs/installation/debian_based_en.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md index 6badfeed7..b9fc4e112 100644 --- a/docs/installation/debian_based_en.md +++ b/docs/installation/debian_based_en.md @@ -101,9 +101,6 @@ sudo -Hu pleroma mix deps.get mv config/{generated_config.exs,prod.secret.exs} ``` -* Generate the environment file: `sudo -Hu pleroma mix pleroma.release_env gen` - * Input path to env file or keep default value `./config/pleroma.env` - * The previous command creates also the file `config/setup_db.psql`, with which you can create the database: |