diff options
author | Lain Soykaf <lain@lain.com> | 2023-12-07 11:18:39 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2023-12-07 11:18:39 +0400 |
commit | 6a191a91abc4d86ab564d06c9fcdbb43116fd333 (patch) | |
tree | 2718dfbcbff60346567d53814babc68043c9b7bc /docs/installation/freebsd_en.md | |
parent | 8ac7cc98c1ba241ce104cc2ee15723f087c367d2 (diff) | |
parent | 2656199dc73c3febe595f8d55e34e30c6a94e1f6 (diff) | |
download | pleroma-6a191a91abc4d86ab564d06c9fcdbb43116fd333.tar.gz pleroma-6a191a91abc4d86ab564d06c9fcdbb43116fd333.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into last_status_at
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 ``` |