Installation Options
Prerequisites
In order to install ODTP you will need to download and install Docker ⧉ in your machine, and git ⧉.
Installation Options
There are two ways of installing ODTP:
- Easy installation via Docker Compose
- Installation for permanent usage on a local server
Note
The installation on a local server is more complicated and requires you to also setup the required extra services such as mongodb and S3
Easy install with docker compose (Recommended)
Service Dependencies
The picture below shows the services that are needed by ODTP:
graph TD;
subgraph ODTP
CLI[CLI]
GUI[GUI]
end
ODTP -->|requires| MongoDB
ODTP -->|requires| Minio
MongoDBExpress -->|optional| MongoDB
style ODTP fill:white