Skip to content

Commit

Permalink
Some more info
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Apr 17, 2019
1 parent 8bd5257 commit bd1dbd9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -220,7 +220,11 @@ Further options which can be set are:

You need a local directory where you want to store the git repository.
In the example below `mkdir /store/repo`.
Make sure the quit process in the docker container has write access to this directory by executing: `sudo chown 1000 /store/repo`
Make sure the quit process in the docker container has write access to this directory by executing:
```
sudo chown 1000 /store/repo
sudo chmod u+w /store/repo
```
To run the image execute the following command (maybe you have to replace `docker` with `sudo docker`):

```
Expand All @@ -233,6 +237,8 @@ The following example will start the quit store in the background in the detache
docker run -d --name containername -p 8080:8080 -v /store/repo:/data aksw/quitstore
```

Now you should be able to access the quit web interface under `http://localhost:8080` and the SPARQL 1.1 interface under `http://localhost:8080/sparql`.

## Migrate from old Versions

### Update to 2018-11-20 from 2018-10-29 and older
Expand Down

0 comments on commit bd1dbd9

Please sign in to comment.