Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Dockerizing/IGUANA
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonackermann committed Jan 11, 2016
2 parents a987b62 + ae0494c commit 16cc888
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ You can add your own stores to test as `-e`-parameter or in a configuration file

### Parameter

Stores can added as Docker environment variables from your command line with parameter `-e`. Each store must be a new `-e` and prefixed as STORE_X, while X is an incremented number, starting with 1. Example:
Parameter are provided by using key-value-pairs. The schema is `key=>value`. Stores can added as Docker environment variables from your command line with parameter `-e`. Each store must be a new `-e` and prefixed as STORE_X, while X is an incremented number, starting with 1.

**Example:**

```
docker run -e "STORE_1=uri=>http://dbpedia.org/sparql" \
Expand All @@ -36,7 +38,7 @@ Beside the uri you can give a user and password. Example:

`docker run -e "STORE_1=uri=>http://localhost:8890/sparql user=>dba pwd=>dba" aksw/dld-present-iguana`

### Configurationfile
### Configuration file

To use your own configuration or query file, please adopt the example files [config.xml](https://github.com/Dockerizing/IGUANA/blob/master/config.xml) and [queries.txt](https://github.com/Dockerizing/IGUANA/blob/master/queries.txt) and create a local copy.

Expand Down Expand Up @@ -73,4 +75,4 @@ docker run -v $PWD/my_config.xml:/iguana/config.xml \
aksw/dld-present-iguana:latest
```

change the local paths `$PWD/my_config.xml` and `$PWD/my_queries.txt` to your requirements.
change the local paths `$PWD/my_config.xml` and `$PWD/my_queries.txt` to your requirements.

0 comments on commit 16cc888

Please sign in to comment.