diff options
author | Alibek Omarov <a1ba.omarov@gmail.com> | 2020-08-10 16:24:45 +0300 |
---|---|---|
committer | Alibek Omarov <a1ba.omarov@gmail.com> | 2020-08-10 16:24:45 +0300 |
commit | a2f2ba3fbbc9788b16e7d62044756b99fa0c45e1 (patch) | |
tree | fd5b5a69ca40aec2d14d26f6c42b0d5045dbea8b /docs/installation/openbsd_en.md | |
parent | 00a4980c618c29ca337ac10a54121ecd7d687d3f (diff) | |
download | pleroma-a2f2ba3fbbc9788b16e7d62044756b99fa0c45e1.tar.gz pleroma-a2f2ba3fbbc9788b16e7d62044756b99fa0c45e1.zip |
docs: add cmake to other installation guides
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. |