diff options
author | feld <feld@feld.me> | 2021-06-22 16:52:19 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2021-06-22 16:52:19 +0000 |
commit | a814671e857182eb5332b9c3cb9dc5615c22fe42 (patch) | |
tree | 7c24f27f56b5aaf61e12cc4c9357fbd3645f6a1c /docs/installation/openbsd_en.md | |
parent | a8adc300d4cfc88ef19f1977e32068437ed4ad00 (diff) | |
parent | 822196f393e8b214b03ece875af0f53e41f40528 (diff) | |
download | pleroma-a814671e857182eb5332b9c3cb9dc5615c22fe42.tar.gz pleroma-a814671e857182eb5332b9c3cb9dc5615c22fe42.zip |
Merge branch 'docs/dependencies-rewrite' into 'develop'
Rewrite docs related to dependencies
See merge request pleroma/pleroma!3466
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): |