Skip to content

Commit

Permalink
Merge pull request #3029 from deka014/build-docs
Browse files Browse the repository at this point in the history
Update build from source documentation
  • Loading branch information
silentninja committed Jul 21, 2023
2 parents bf11d5c + 1c6d622 commit 0fe767d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/installation/build-from-source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,12 @@ Then press <kbd>Enter</kbd> to customize this guide with your domain name.
sudo useradd gunicorn -g gunicorn
```

1. Make the `gunicorn` user the owner of the `.media` directory

```sh
sudo chown -R gunicorn:gunicorn .media/
```

1. Create the Gunicorn systemd service file.

```sh
Expand Down

0 comments on commit 0fe767d

Please sign in to comment.