summaryrefslogtreecommitdiff
path: root/docs/installation/openbsd_en.md
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-08-11 15:13:29 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-08-11 15:13:29 +0300
commit2def3cbf417075146da5e54201e9b969e6aa3eca (patch)
tree93cdf149a1874f56d2808598f8aeee15e60c8a10 /docs/installation/openbsd_en.md
parent56ddf20208657487bf0298409cf91b11dac346ff (diff)
parent686002164a5ab63ccb22cff015faf87f8f7fc9ec (diff)
downloadpleroma-2def3cbf417075146da5e54201e9b969e6aa3eca.tar.gz
pleroma-2def3cbf417075146da5e54201e9b969e6aa3eca.zip
Merge remote-tracking branch 'remotes/origin/develop' into 2168-media-preview-proxy
# Conflicts: # config/config.exs # mix.lock
Diffstat (limited to 'docs/installation/openbsd_en.md')
-rw-r--r--docs/installation/openbsd_en.md3
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.