From 851c4a525d9a3cf2c05a3268a55d4da2d5adaff5 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Tue, 14 Sep 2021 12:45:21 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a92488..8af0bf0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,13 @@ While many aspects of this docker compose setup can be configured you usually on ## Setup * `$ cd data` -* `$ ./init.sh`: The script asks for sudo rights as the file ownership needs to changed for some folders. **NOTICE** The script will download files of a total size of 338MB (mostly for the InfluxDB data). +* `$ ./init.sh`: **NOTICE** The script will download files of a total size of 338MB (mostly for the InfluxDB data). + +If you want to test the REST API and also write to the job archive from Cluster Cockpit you have to comment out the following lines in `./data/init.sh`: +``` +echo "This script needs to chown the job-archive directory so that the application can write to it:" +sudo chown -R 82:82 ./job-archive +``` After that from the root of the cc-docker sandbox you can start up the containers with: * `$ docker-compose up`