Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: Updated readme (#1956)
Co-authored-by: Eric Sommerhalder <eric@Erics-iMac.local>
  • Loading branch information
EricSommerhalder and Eric Sommerhalder committed Dec 6, 2021
1 parent 4c1a5f1 commit 774b68d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -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.):
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 774b68d

Please sign in to comment.