summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_en.md
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-10-20 17:27:29 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-10-20 17:27:29 +0400
commite87901c424015b79e2412310f41e74f3f0e71544 (patch)
treeb2214aa2a81311a21ec871a1f16881db6a52025b /docs/installation/debian_based_en.md
parentad605e3e16ba3f6ee3df7a0a3e6705036fef369f (diff)
parent44b2a137d12a4ded75586f919ad1c927c6677a70 (diff)
downloadpleroma-e87901c424015b79e2412310f41e74f3f0e71544.tar.gz
pleroma-e87901c424015b79e2412310f41e74f3f0e71544.zip
Merge remote-tracking branch 'origin/develop' into feature/account-export
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r--docs/installation/debian_based_en.md2
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