Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.58 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.58 KB

WoDT Platform

Release License: Apache License Version

This is an implementation of the WoDT Platform.

Usage

You need to specify the following environment variable:

  • EXPOSED_PORT: the port where the WoDT Platform expose its services
  • PLATFORM_EXPOSED_URL: the url where the Platform will be publicly available (including the exposed port if different from the default)

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/web-of-digital-twins/wodt-platform:<version>
    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

Previous versions

Older versions of this work are archived here.