Skip to content

generic demonstrator for our SCRATCh project.

Notifications You must be signed in to change notification settings

windBlaze/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

About

generic demonstrator for our SCRATCh project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.4%
  • C 22.2%
  • Dockerfile 10.3%
  • JavaScript 7.7%
  • Shell 5.5%
  • Batchfile 3.1%
  • Other 3.8%