summaryrefslogtreecommitdiff
path: root/docs/installation/freebsd_en.md
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2023-12-22 13:57:22 +0100
committermarcin mikołajczak <git@mkljczk.pl>2023-12-22 13:57:22 +0100
commitb6bae2d319bdcb4bb40749141f70b1c3881e4569 (patch)
tree6f6e0033630f3b14dc892d778e924b30c495978a /docs/installation/freebsd_en.md
parenta3b17dac0bf5da57cbd08335379ddfe4f8919bc3 (diff)
parent5f1d70736711275ac9f0c95e5ada4cb2f1a96e11 (diff)
downloadpleroma-b6bae2d319bdcb4bb40749141f70b1c3881e4569.tar.gz
pleroma-b6bae2d319bdcb4bb40749141f70b1c3881e4569.zip
Merge remote-tracking branch 'origin/develop' into post-languages
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'docs/installation/freebsd_en.md')
-rw-r--r--docs/installation/freebsd_en.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation/freebsd_en.md b/docs/installation/freebsd_en.md
index 50ed30d74..02513daf2 100644
--- a/docs/installation/freebsd_en.md
+++ b/docs/installation/freebsd_en.md
@@ -9,7 +9,7 @@ This document was written for FreeBSD 12.1, but should be work on future release
This assumes the target system has `pkg(8)`.
```
-# pkg install elixir postgresql12-server postgresql12-client postgresql12-contrib git-lite sudo nginx gmake acme.sh cmake
+# pkg install elixir postgresql12-server postgresql12-client postgresql12-contrib git-lite sudo nginx gmake acme.sh cmake vips
```
Copy the rc.d scripts to the right directory:
@@ -41,6 +41,7 @@ Create a user for Pleroma:
```
# pw add user pleroma -m
# echo 'export LC_ALL="en_US.UTF-8"' >> /home/pleroma/.profile
+# echo 'export VIX_COMPILATION_MODE=PLATFORM_PROVIDED_LIBVIPS' >> /home/pleroma/.profile
# su -l pleroma
```