diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-08-10 11:32:24 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-08-10 11:32:24 -0500 |
commit | 024b7ce0b79f4f0c0106eefb9e7dcd459ced61b4 (patch) | |
tree | d862c79e2296286af0b41d0a884796680627f298 /docs/installation/openbsd_en.md | |
parent | e08ea01d09c67a93801aa05d33bad0eb24dfca8b (diff) | |
parent | 93fbf399543fead24f8066d0cba33a0a51b89dd3 (diff) | |
download | pleroma-024b7ce0b79f4f0c0106eefb9e7dcd459ced61b4.tar.gz |
Merge branch 'develop' into fix/activity-expirations-again
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. |