Skip to content

Commit c461dc3

Browse files
tarrowaddshore
authored andcommitted
Update READMEs for Quickstatements
1 parent 5919016 commit c461dc3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README-compose.md

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ docker-compose pull
4141
docker-compose up
4242
```
4343

44+
**Quickstatements**
45+
To set up quickstatements follow the instructions in the quickstatements [README](https://github.com/wmde/wikibase-docker/blob/master/quickstatements/README.md)
46+
4447
**Stopping the containers**
4548

4649
```
@@ -92,6 +95,7 @@ Access the following hosts:
9295
- [Query Service UI @ http://localhost:8282](http://localhost:8282)
9396
- [Query Service Backend (Behind a proxy) @ http://localhost:8989/bigdata/](http://localhost:8989/bigdata/)
9497
- [Query Service Backend (Direct) @ http://localhost:8999/bigdata/](http://localhost:8999/bigdata/)
98+
- [Quickstatements @ http://localhost:9191](http://localhost:9191)
9599

96100
## Creating content and querying it
97101

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Image name | Description | README
1515
[`wikibase/wdqs`](https://store.docker.com/community/images/wikibase/wdqs) | Blazegraph SPARQL query service backend | [README](https://github.com/wmde/wikibase-docker/blob/master/wdqs/README.md)
1616
[`wikibase/wdqs-proxy`](https://store.docker.com/community/images/wikibase/wdqs-proxy) | Proxy to make the query service READONLY and enforce query timeouts | [README](https://github.com/wmde/wikibase-docker/blob/master/wdqs-proxy/README.md)
1717
[`wikibase/wdqs-frontend`](https://store.docker.com/community/images/wikibase/wdqs-frontend) | UI for the SPARQL query service | [README](https://github.com/wmde/wikibase-docker/blob/master/wdqs-frontend/README.md)
18+
[`wikibase/quickstatements`](https://store.docker.com/community/images/wikibase/quickstatements) | UI to add data to Wikibase | [README](https://github.com/wmde/wikibase-docker/blob/master/quickstatements/README.md)
1819

1920
### Docker compose example
2021

0 commit comments

Comments
 (0)