Installation Before you start The Digita platform can be easily installed through Docker. Therefore, make sure you have a Docker deamon installed on your machine. The Docker images are hosted on a private repository. Contact your Digita-representative to get access. Starting the platform The Digita-platform was built with modularity in mind. The only mandatory component is the REST API, which can be started as follows. docker pull ghcr.io/digita-ai/dgt-platform-api:latest docker run -p 3000:3000 ghcr.io/digita-ai/dgt-platform-api:latest