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
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
What to install?
The DTaaS can be installed in different ways. Each version is for different purposes:
- Trial installation on single host
- Production installation on single host
- On one or two Vagrant virtual machines
- Seperater Packages: client website and lib microservice
Follow the installation that fit your usecase.