diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-08-05 19:04:12 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-10-15 22:30:03 +0300 |
commit | 595da6080dc12675eb7673a3190b88ad5a3712ed (patch) | |
tree | 961dda9d7b3818ec89bda09fabc5e0dcd00a40cc /docs | |
parent | 2f6bbd53b5b2da2bf1e3e396b8edbe23c5345b81 (diff) | |
download | pleroma-595da6080dc12675eb7673a3190b88ad5a3712ed.tar.gz pleroma-595da6080dc12675eb7673a3190b88ad5a3712ed.zip |
fixed install docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation/debian_based_en.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md index 6a9026d94..6badfeed7 100644 --- a/docs/installation/debian_based_en.md +++ b/docs/installation/debian_based_en.md @@ -101,6 +101,10 @@ 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: ```shell @@ -181,6 +185,7 @@ sudo cp /opt/pleroma/installation/pleroma.service /etc/systemd/system/pleroma.se ``` * Edit the service file and make sure that all paths fit your installation +* Check that `EnvironmentFile` contains the correct path to the env file. Or generate the env file: `sudo -Hu pleroma mix pleroma.release_env gen` * Enable and start `pleroma.service`: ```shell |