Skip to content

SCRATCh-ITEA3/demonstrator

Repository files navigation

demonstrator

Codacy Badge Build Status Documentation Status

SCRATCh - funded by BMBF SCRATCh - funded by BMBF ITEA3

This repository: https://github.com/SCRATCh-ITEA3/demonstrator

Build pipeline: https://cloud.drone.io/SCRATCh-ITEA3/demonstrator

The docker hub registry: https://hub.docker.com/repository/docker/scratchitea3/demonstrator

Read the docs documentation: https://scratch-itea3-demonstrator.readthedocs.io/en/latest/

Run the demonstrator from the docker hub

On x86 platform run

docker pull scratchitea3/demonstrator:latest
docker run scratchitea3/demonstrator:latest

On arm platform run

docker pull scratchitea3/demonstrator:arm-latest
docker run scratchitea3/demonstrator:arm-latest

Build it locally

As docker hub sometimes delays the build, its adviced to test the software locally.

docker-compose build
docker-compose up