From 128be584268fa5e93e7bb58293534d6cb8439ba9 Mon Sep 17 00:00:00 2001 From: Daniel Seybold Date: Wed, 1 Aug 2018 19:18:23 +0200 Subject: [PATCH] updated readme --- README.md | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 483265f..e0fe7ce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Docker installation for Cloudiator +# Docker installation for the DBMS-Jungle-Evaluator ## Description @@ -31,8 +31,6 @@ Provides the docker-compose for the DBMS-Jungle-Evaluator ``` mkdir /var/log/evaluation-orchestrator/ ``` - - ​ * Required folder for persistent data: @@ -44,30 +42,42 @@ Provides the docker-compose for the DBMS-Jungle-Evaluator ``` mkdir -p /opt/evaluation-results/ - ``` - ​ + ``` +Clone this repo: -* install git +``` +git clone https://omi-gitlab.e-technik.uni-ulm.de/ds/db-evaluator-docker.git +``` -* git clone the repository: - ``` - git clone https://omi-gitlab.e-technik.uni-ulm.de/ds/db-evaluator-docker.git + + +* ``` + cp env-template .env ``` - ​ + fill in required fields in .env -* cp the env-template to .env: cp env-template .env +* run -* run docker-compose up + ``` + docker-compose up -d + ``` + + ​ ## Usage * Evaluation-Orchestrator REST-API is available on port 8282 -* Colosseum REST-API starts on port 9000 -* Application-Deployment-Library REST-API is available on port 9091 + + ​ + * PHP-Myadmin is available on port 8080 + * add cloud credentials into the DB + * wait until Colosseum has fetched all images, locations, hardware offers + * fill in the required Id in one of the [example templates](https://omi-gitlab.e-technik.uni-ulm.de/dbms-jungle-explorer/db-evaluator-docker/tree/master/examples) + * start the evaluation by passing the template to the REST-API on port 8282 -- GitLab