diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-24 18:02:50 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-24 18:02:50 +0300 |
commit | 7cd662f18c202ee2b099305e990d15a01370d6f9 (patch) | |
tree | 6e9dd9d536b560463883f1f8362a2499b15831cc /docs/installation/alpine_linux_en.md | |
parent | 151df9fc17ec01ab566c433571a263741ed1844f (diff) | |
download | pleroma-7cd662f18c202ee2b099305e990d15a01370d6f9.tar.gz pleroma-7cd662f18c202ee2b099305e990d15a01370d6f9.zip |
Added documentation on installation of `ffmpeg` and `ImageMagick` dependencies.
Diffstat (limited to 'docs/installation/alpine_linux_en.md')
-rw-r--r-- | docs/installation/alpine_linux_en.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/installation/alpine_linux_en.md b/docs/installation/alpine_linux_en.md index a5683f18c..0b9f5cdae 100644 --- a/docs/installation/alpine_linux_en.md +++ b/docs/installation/alpine_linux_en.md @@ -13,6 +13,8 @@ It assumes that you have administrative rights, either as root or a user with [s * `erlang-parsetools` * `erlang-xmerl` * `git` +* `ffmpeg` +* `ImageMagick` * Development Tools * `cmake` @@ -56,6 +58,13 @@ sudo apk add erlang erlang-runtime-tools erlang-xmerl elixir ```shell sudo apk add erlang-eldap ``` + +### Install ffmpeg and ImageMagick + +```shell +sudo apk add ffmpeg imagemagick +``` + ### Install PostgreSQL * Install Postgresql server: |