Skip to content

Commit 305f548

Browse files
authored
Make README more specific to ScienceSource
1 parent a208d0f commit 305f548

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
1-
## wikibase-docker
1+
## sciencesource-wikibase-docker
22

3-
This repo contains images needed to setup Wikibase and a query service using Docker.
3+
This repo contains images needed to set up the Wikibase stack for ScienceSource including a query service, using Docker.
44

55
Each image contained within this repo has its own README (linked below).
66

77
### Issue tracking
88

9-
We use [Phabricator to track
9+
For issues relating to the original wikibase-docker stack maintained by WMDE use [Phabricator to track
1010
issues](https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?projects=wikibase-containers). See the [list of current issues](https://phabricator.wikimedia.org/maniphest/?project=wikibase-containers&statuses=open&group=none&order=newest#R).
1111

12-
### Images
12+
### Components
1313

14-
Image name | Description | README
14+
Component name | Description | README
1515
------------------------ | ------------- | ----------
16-
[`wikibase/wikibase`](https://store.docker.com/community/images/wikibase/wikibase) | MediaWiki with the Wikibase extension| [README](https://github.com/wmde/wikibase-docker/blob/master/wikibase/README.md)
17-
[`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)
18-
[`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)
19-
[`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)
20-
[`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)
16+
wikibase | MediaWiki with the Wikibase extension| [README](https://github.com/ContentMine/sciencesource-wikibase-docker/blob/master/wikibase/README.md)
17+
wdqs | Blazegraph SPARQL query service backend | [README](https://github.com/ContentMine/sciencesource-wikibase-docker/blob/master/wdqs/README.md)
18+
wdqs-proxy | Proxy to make the query service READONLY and enforce query timeouts | [README](https://github.com/ContentMine/sciencesource-wikibase-docker/blob/master/wdqs-proxy/README.md)
19+
wdqs-frontend | UI for the SPARQL query service | [README](https://github.com/ContentMine/sciencesource-wikibase-docker/blob/master/wdqs-frontend/README.md)
20+
21+
The stack is intended to be used with ScienceSourceReview UI tool: [README](https://github.com/ContentMine/ScienceSourceReview/blob/master/README.md)
22+
23+
2124

2225
### Docker compose example
2326

24-
This repo contains an EXAMPLE docker compose setup for Wikibase.
27+
This repo contains the docker compose setup for ScienceSource Wikibase.
2528

2629
[README](https://github.com/wmde/wikibase-docker/blob/master/README-compose.md)
30+

0 commit comments

Comments
 (0)