Skip to content

ElsevierSoftwareX/SOFTX-D-25-00150

 
 

Repository files navigation

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.

About

This repository contains an implementation of the WoDT Platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 99.1%
  • Other 0.9%