Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.35 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.35 KB

WoDT Digital Twins Platform

Release License: Apache License Version

This is an implementation of the WoDT Digital Twins Platform.

Usage

You need to specify the following environment variable:

  • EXPOSED_PORT: the port where the WoDT Digital Twins Platform expose its services

If you want to run it via docker container:

  1. Provide a .env file with all the environment variable described above
  2. Run the container with the command:
     docker run ghcr.io/webbased-wodt/wodt-dts-platform:latest
    1. Provide a port mapping to the exposed port.
    2. If you want to pass an environment file whose name is different from .env use the --env-file <name> parameter.

Documentation

  • Check out the website here
  • Direct link to the Code documentation here
  • Direct link to the REST-API documentation here