diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-19 15:31:56 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-19 15:31:56 +0400 |
commit | 18a91d85e59eb67a2d58a28aae732c34b75ebe97 (patch) | |
tree | e18b75fb8e2bdffc60a00fa74c51b47177bd9bfd /docs/installation/debian_based_en.md | |
parent | 2a475622eea5550c9ab455c4e86212fc09ee9c58 (diff) | |
parent | 0495a07dc77d81abf46cbe166ae3fec14f705809 (diff) | |
download | pleroma-18a91d85e59eb67a2d58a28aae732c34b75ebe97.tar.gz |
Merge branch 'develop' into feature/local-only-scope
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r-- | docs/installation/debian_based_en.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md index 6a9026d94..b9fc4e112 100644 --- a/docs/installation/debian_based_en.md +++ b/docs/installation/debian_based_en.md @@ -101,6 +101,7 @@ sudo -Hu pleroma mix deps.get mv config/{generated_config.exs,prod.secret.exs} ``` + * The previous command creates also the file `config/setup_db.psql`, with which you can create the database: ```shell @@ -181,6 +182,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 |