Quick Start

Installation & Start Up

  1. Clone project from GitLab:
git clone https://gitlab.difuture.de/difuture/tum/trustcenter/instance-trustcenter.git
  1. Checkout desired version as a new branch:
# Example: git checkout tags/v2.1.1 -b v2.1.1-branch
git checkout tags/<TAG_NAME> -b <NEW_BRANCH_NAME>
  1. Log into the docker registry:
docker login <DOCKER_REGISTRY>

DOCKER_REGISTRY = https://artifactory.medic.uni-tuebingen.de/docker-release/ if using EKUT artifactory (mind the tailing slash!)

  1. Configure .env file

  2. Start up:

docker-compose -f docker-compose.yml up -d