Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

DD-DeCaF/upload-legacy

Repository files navigation

Upload Service for DD-DeCaF

Build Status Coverage Status

Installation

Setup is as easy as typing make start in the project directory. However, the DD-DeCaF upload service depends on a running instance of the iloop backend. By default it expects a service iloop-backend to accept connections on port 80 on a docker network called iloop-net. You can control this and other behavior by either defining environment variables or writing them to a .env file.

Variable Default Value Description
UPLOAD_PORT 7000
Exposed port of the upload
service.
ILOOP_API iloop-backend:80/api Exposed port of the upload service.
ILOOP_TOKEN '' Token for the service to connect to the iloop backend. (Not necessary if connecting via the metabolica-ui-frontend.)

Usage

Type make in order to see all commonly used commands.