Paperwork Storages Service
Get Docker Desktop.
On MacOS using brew:
% brew install elixir
In order to run this service, we need to install the dependencies it has:
$ # on macOS
$ brew install imagemagick
$ # on Debian/Ubuntu Linux
$ apt install imagemagick
For all other operating systems, check the ImageMagick site.
Please refer to the documentation.
Fetching all dependencies and compiling:
% make local-build-develop
Note: Before starting this service the local development environment needs to be running!
% make local-run-develop