diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-03-07 13:13:49 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-03-07 13:13:49 +0100 |
commit | b7c625db0f8090ce11c75a19fbaee8f985b966c3 (patch) | |
tree | 0d631e593dd195014fc35d7203f82f331b35aff0 /docs/installation/freebsd_en.md | |
parent | 47ce33a90d09878d5231ce9654853ebcd1b88c08 (diff) | |
parent | 8298b326a7a3081be262c73f734dfe3082962e83 (diff) | |
download | pleroma-b7c625db0f8090ce11c75a19fbaee8f985b966c3.tar.gz pleroma-b7c625db0f8090ce11c75a19fbaee8f985b966c3.zip |
Merge remote-tracking branch 'origin/develop' into link-verification
Diffstat (limited to 'docs/installation/freebsd_en.md')
-rw-r--r-- | docs/installation/freebsd_en.md | 3 |
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 ``` |