This is an implementation of the WoDT Platform.
You need to specify the following environment variable:
EXPOSED_PORT
: the port where the WoDT Platform expose its servicesPLATFORM_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:
- Provide a
.env
file with all the environment variable described above - Run the container with the command:
docker run ghcr.io/web-of-digital-twins/wodt-platform:<version>
- Provide a port mapping to the exposed port.
- If you want to pass an environment file whose name is different from
.env
use the--env-file <name>
parameter.
- Check out the website here
- Direct link to the Code documentation here
- Direct link to the REST-API documentation here
Older versions of this work are archived here.