summaryrefslogtreecommitdiff
path: root/docs/installation/otp_en.md
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-10-14 15:27:15 -0500
committerMark Felder <feld@FreeBSD.org>2020-10-14 15:27:15 -0500
commit1fb9452131721456adf2c19c513e6343f64825a7 (patch)
tree20c679c19e83925e0fcb0d34aba7eaf831485f58 /docs/installation/otp_en.md
parentbc3db724030707e9903d161a70b10fe217a83212 (diff)
parent20137056900f97af34f4433858cbdf69be6c9840 (diff)
downloadpleroma-1fb9452131721456adf2c19c513e6343f64825a7.tar.gz
pleroma-1fb9452131721456adf2c19c513e6343f64825a7.zip
Merge branch 'develop' into feature/account-export
Diffstat (limited to 'docs/installation/otp_en.md')
-rw-r--r--docs/installation/otp_en.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md
index 92584d80d..62d4c8a72 100644
--- a/docs/installation/otp_en.md
+++ b/docs/installation/otp_en.md
@@ -27,17 +27,18 @@ Other than things bundled in the OTP release Pleroma depends on:
* PostgreSQL (also utilizes extensions in postgresql-contrib)
* nginx (could be swapped with another reverse proxy but this guide covers only it)
* certbot (for Let's Encrypt certificates, could be swapped with another ACME client, but this guide covers only it)
+* libmagic/file
=== "Alpine"
```
echo "http://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories
apk update
- apk add curl unzip ncurses postgresql postgresql-contrib nginx certbot
+ apk add curl unzip ncurses postgresql postgresql-contrib nginx certbot file-dev
```
=== "Debian/Ubuntu"
```
- apt install curl unzip libncurses5 postgresql postgresql-contrib nginx certbot
+ apt install curl unzip libncurses5 postgresql postgresql-contrib nginx certbot libmagic-dev
```
### Installing optional packages