summaryrefslogtreecommitdiff
path: root/docs/installation/otp_en.md
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-09-24 18:02:50 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-09-24 18:02:50 +0300
commit7cd662f18c202ee2b099305e990d15a01370d6f9 (patch)
tree6e9dd9d536b560463883f1f8362a2499b15831cc /docs/installation/otp_en.md
parent151df9fc17ec01ab566c433571a263741ed1844f (diff)
downloadpleroma-7cd662f18c202ee2b099305e990d15a01370d6f9.tar.gz
pleroma-7cd662f18c202ee2b099305e990d15a01370d6f9.zip
Added documentation on installation of `ffmpeg` and `ImageMagick` dependencies.
Diffstat (limited to 'docs/installation/otp_en.md')
-rw-r--r--docs/installation/otp_en.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md
index b7e3bb2ac..8fdf6b5b5 100644
--- a/docs/installation/otp_en.md
+++ b/docs/installation/otp_en.md
@@ -27,17 +27,19 @@ 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)
+* ffmpeg (needed for media preview proxy)
+* ImageMagick (needed for media preview proxy)
=== "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 ffmpeg imagemagick
```
=== "Debian/Ubuntu"
```
- apt install curl unzip libncurses5 postgresql postgresql-contrib nginx certbot
+ apt install curl unzip libncurses5 postgresql postgresql-contrib nginx certbot ffmpeg imagemagick
```
## Setup