Home

Awesome

service-storages

<img src="https://img.shields.io/docker/cloud/build/paperwork/service-storages.svg?style=for-the-badge"/>

Paperwork Storages Service

Prerequisites

Docker

Get Docker Desktop.

Elixir/Erlang

On MacOS using brew:

% brew install elixir

ImageMagick

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.

Paperwork local development environment

Please refer to the documentation.

Building

Fetching all dependencies and compiling:

% make local-build-develop

Running

Note: Before starting this service the local development environment needs to be running!

% make local-run-develop