Skip to content

Overview

What is the goal?

The goal is to set up the DTaaS infrastructure in order to enable your users to use the DTaaS. As an admin you will administrate the users and the servers of the system.

What are the requirements?

OAuth Provider

You need to have an OAuth Provider running, which the DTaaS can use for authentication. This is described further in the authentication section.

Domain name

The DTaaS software can only be hosted on a server with a domain name like foo.com.

Reverse Proxy

The installation setup assumes that the foo.com server is behind a reverse proxy / load balancer that provides https termination. You can still use the DTaaS software even if you do not have this reverse proxy. If you do not have a reverse proxy, please replace https://foo.com with http://foo.com in client .env file and in OAuth registration. Other installation configuration remains the same.

What to install?

The DTaaS can be installed in different ways. Each version is for different purposes:

Follow the installation that fit your usecase.