Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 2.49 KB

README.md

File metadata and controls

59 lines (38 loc) · 2.49 KB

KRAKEN Education Pilot - Demo Deployment (Docker)

Deployment of all server components needed to operate the demonstrator of an university credential exporter.

Part of the H2020 Project KRAKEN and the Verifiable Credentials for Student Mobility project funded by TU Graz as a technologically enhanced administration (TEA) marketplace project.

Startup

  • to be able to start all containers, you need access to all required images (see below)
  • don't forget to docker login without your GitHub credentials
./generate_demo_keys.sh
./docker-setup.sh

docker-compose up --force-recreate

Docker Images

Exposed Services

To test mobile wallet of student:

(use settings UI, or adapt urlServer in src/main/java/eu/atos/ledgerUself/LedgerUSelf.kt)

  • Agent: http://10.0.2.2:8092
  • Agent WS: ws://10.0.2.2:8092/ws

(Simple) Architecture Overview

(Simple) Architecture Overview