Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
docker
Commits
084fcfe7
Commit
084fcfe7
authored
Oct 15, 2018
by
Daniel Seybold
Browse files
updated readme
parent
d488b584
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
18 deletions
+10
-18
README.md
README.md
+10
-18
No files found.
README.md
View file @
084fcfe7
...
...
@@ -10,52 +10,44 @@ Provides the docker-compose for the DBMS-Jungle-Evaluator
*
install docker-compose: https://docs.docker.com/compose/install/
*
login to private registry:
```
docker login omi-registry.e-technik.uni-ulm.de/
```
*
Required folder for logging:
```
```
shell
mkdir
/var/log/db-evaluator-colosseum/
```
```
```
shell
mkdir
/var/log/application-deployment-library/
```
```
```
shell
mkdir
/var/log/evaluation-orchestrator/
```
*
Required folders for persistent data:
```
```
shell
mkdir
-p
/var/lib/cloudiator/colosseum-store/
mkdir
-p
/opt/portainer/data
```
*
Required folder for evaluation results:
```
```
shell
mkdir
-p
/opt/evaluation-results/
```
Clone this repo:
Clone this repo:
```
```
shell
git clone https://omi-gitlab.e-technik.uni-ulm.de/ds/db-evaluator-docker.git
```
*
```
cp env-template .env
*
```
shell
cd db-evaluator-docker &&
cp env-template .env
```
fill in required fields in .env
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment