windBlaze / demonstrator

generic demonstrator for our SCRATCh project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

generic demonstrator for our SCRATCh project.


Languages

Language:Python 47.5%Language:C 22.2%Language:Dockerfile 10.3%Language:JavaScript 7.7%Language:Shell 5.5%Language:Batchfile 3.1%Language:C++ 2.0%Language:CMake 1.8%