From 774b68dacadb14ad337026cf3a02481bd9dc95c9 Mon Sep 17 00:00:00 2001 From: EricSommerhalder <38506556+EricSommerhalder@users.noreply.github.com> Date: Mon, 6 Dec 2021 08:52:09 +0100 Subject: [PATCH] docs: Updated readme (#1956) Co-authored-by: Eric Sommerhalder --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 659dfcca75..b15ba576db 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ To install, follow these steps: ```shell brew tap AdoptOpenJDK/openjdk -brew cask install AdoptOpenJDK/openjdk/adoptopenjdk11 +brew install AdoptOpenJDK/openjdk/adoptopenjdk11 --cask ``` To pin the version of Java, please add this environment variable to you startup script (bashrc, etc.): @@ -107,6 +107,15 @@ make stack-up Then try opening [http://localhost:3333/v2/resources/http%3A%2F%2Frdfh.ch%2F0803%2Fc5058f3a](http://localhost:3333/v2/resources/http%3A%2F%2Frdfh.ch%2F0803%2Fc5058f3a) in a web browser. You should see a response in JSON-LD describing a book. +On first installation, errors similar to the following can come up: +``` +error decoding 'Volumes[0]': invalid spec: :/fuseki:delegated: empty section between colons +``` +To solve this you need to deactivate Docker Compose V2. This can be done in Docker Desktop either by unchecking the "Use Docker Compose V2"-flag under "Preferences/General" or by running + ``` +docker-compose disable-v2 +``` + To shut down the Knora-Stack: ```shell