/service-storages

Paperwork Storages Service

Primary LanguageElixirGNU Affero General Public License v3.0AGPL-3.0

service-storages

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