diff options
author | lain <lain@soykaf.club> | 2020-08-10 13:47:02 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-10 13:47:02 +0000 |
commit | 73af60d02f25f1585d3e5168d99306b70355c15c (patch) | |
tree | 38d27b8b6332084d56e92f7ad3a9fbc9b6ff14f1 /docs/installation/openbsd_en.md | |
parent | 517d42646accf2bf36b3e1f43bbbbc303d4c00a8 (diff) | |
parent | a2f2ba3fbbc9788b16e7d62044756b99fa0c45e1 (diff) | |
download | pleroma-73af60d02f25f1585d3e5168d99306b70355c15c.tar.gz pleroma-73af60d02f25f1585d3e5168d99306b70355c15c.zip |
Merge branch 'develop' into 'develop'
docs: add cmake to other installation guides
Closes #2039
See merge request pleroma/pleroma!2870
Diffstat (limited to 'docs/installation/openbsd_en.md')
-rw-r--r-- | docs/installation/openbsd_en.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation/openbsd_en.md b/docs/installation/openbsd_en.md index 5dbe24f75..eee452845 100644 --- a/docs/installation/openbsd_en.md +++ b/docs/installation/openbsd_en.md @@ -14,11 +14,12 @@ The following packages need to be installed: * git * postgresql-server * postgresql-contrib + * cmake To install them, run the following command (with doas or as root): ``` -pkg_add elixir gmake ImageMagick git postgresql-server postgresql-contrib +pkg_add elixir gmake ImageMagick git postgresql-server postgresql-contrib cmake ``` Pleroma requires a reverse proxy, OpenBSD has relayd in base (and is used in this guide) and packages/ports are available for nginx (www/nginx) and apache (www/apache-httpd). Independently of the reverse proxy, [acme-client(1)](https://man.openbsd.org/acme-client) can be used to get a certificate from Let's Encrypt. |