From 5f201e351523409d54b94f7a70dc7c9e5cf0f5c3 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 8 Dec 2024 18:32:23 +0100 Subject: [PATCH] update --- README.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 951ad37..f09470b 100644 --- a/README.md +++ b/README.md @@ -1 +1,35 @@ -# Docker Compose for Open Datenschutzcenter \ No newline at end of file +# Docker Compose Repo for Open Datenschutzcenter + + +## Installation of Jitsi Admin +Use the root user to setup docker and the Open Datenschutzcenter +```sh +su root +``` + +To use the setup script for docker-compose, run the following commands. + +```sh +echo "Download Setup Script" +wget https://git.h2-invent.com/Datenschutzcenter/Docker-Compose/raw/branch/main/setup.sh +echo "Execute Setup Script" +bash setup.sh +echo "Remove Setup Script" +rm setup.sh +echo "Execute Docker Compose" +cd /opt/odc && docker-compose up -d +``` + + +## Working directory +The setup script will clone and add files into the directory /opt/odc. + +You can therefrom run the composer command again or check the variables which are used to setup the containers + +```sh +cd /opt/odc +``` +Following Files are important and have been changed and setup with the script: +* .env.local +* docker.config +* docker-compose.yml