Added documentation on installation of ffmpeg and ImageMagick dependencies.

This commit is contained in:
Ivan Tashkinov 2020-09-24 18:02:50 +03:00
commit 7cd662f18c
11 changed files with 33 additions and 12 deletions

View file

@ -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: