diff options
author | feld <feld@feld.me> | 2020-10-15 20:21:57 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-10-15 20:21:57 +0000 |
commit | 5703fb6d2a5f9fcffe050eadbc43758bcd2efa14 (patch) | |
tree | a9167edcdd5c956490fa0886901427c5423540c6 /docs/installation/debian_based_en.md | |
parent | b48724afcdd9d46d6533aafdea4df1cc2d23b6ae (diff) | |
parent | 2030ffd4904b6ab5e99cefa62887154a49aaf4db (diff) | |
download | pleroma-5703fb6d2a5f9fcffe050eadbc43758bcd2efa14.tar.gz pleroma-5703fb6d2a5f9fcffe050eadbc43758bcd2efa14.zip |
Merge branch 'issue/2009' into 'develop'
[#2009] fixed install docs (release env)
See merge request pleroma/pleroma!2854
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 |