diff options
author | Sean King <seanking2919@protonmail.com> | 2021-07-10 11:04:16 -0600 |
---|---|---|
committer | Sean King <seanking2919@protonmail.com> | 2021-07-10 11:04:16 -0600 |
commit | 5d279a22b162e7d8a871db1b9368a888e92ea167 (patch) | |
tree | 1d89f3c93ee1dc46b185f6d438828fb0b572e6be /docs/installation/openbsd_en.md | |
parent | 26d2c677b78b7cc22a98dfe4648e5b3f5b4da3ea (diff) | |
parent | aa9a6c3c056fde45b4c13c9c873cef9492b279e9 (diff) | |
download | pleroma-5d279a22b162e7d8a871db1b9368a888e92ea167.tar.gz pleroma-5d279a22b162e7d8a871db1b9368a888e92ea167.zip |
Merge develop branch upstream
Diffstat (limited to 'docs/installation/openbsd_en.md')
-rw-r--r-- | docs/installation/openbsd_en.md | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/docs/installation/openbsd_en.md b/docs/installation/openbsd_en.md index 95f029180..c80c8f678 100644 --- a/docs/installation/openbsd_en.md +++ b/docs/installation/openbsd_en.md @@ -4,18 +4,10 @@ This guide describes the installation and configuration of pleroma (and the requ For any additional information regarding commands and configuration files mentioned here, check the man pages [online](https://man.openbsd.org/) or directly on your server with the man command. -#### Required software - -The following packages need to be installed: +{! backend/installation/generic_dependencies.include !} - * elixir - * gmake - * git - * postgresql-server - * postgresql-contrib - * cmake - * ffmpeg - * ImageMagick +### Preparing the system +#### Required software To install them, run the following command (with doas or as root): |