paperwork / service-storages

Paperwork Storages Service

Home Page:https://paperwork.cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Paperwork Storages Service

https://paperwork.cloud

License:GNU Affero General Public License v3.0


Languages

Language:Elixir 85.6%Language:Makefile 7.6%Language:Dockerfile 6.4%Language:Shell 0.4%