|
1 |
| -## wikibase-docker |
| 1 | +## sciencesource-wikibase-docker |
2 | 2 |
|
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. |
4 | 4 |
|
5 | 5 | Each image contained within this repo has its own README (linked below).
|
6 | 6 |
|
7 | 7 | ### Issue tracking
|
8 | 8 |
|
9 |
| -We use [Phabricator to track |
| 9 | +For issues relating to the original wikibase-docker stack maintained by WMDE use [Phabricator to track |
10 | 10 | 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).
|
11 | 11 |
|
12 |
| -### Images |
| 12 | +### Components |
13 | 13 |
|
14 |
| -Image name | Description | README |
| 14 | +Component name | Description | README |
15 | 15 | ------------------------ | ------------- | ----------
|
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 | + |
21 | 24 |
|
22 | 25 | ### Docker compose example
|
23 | 26 |
|
24 |
| -This repo contains an EXAMPLE docker compose setup for Wikibase. |
| 27 | +This repo contains the docker compose setup for ScienceSource Wikibase. |
25 | 28 |
|
26 | 29 | [README](https://github.com/wmde/wikibase-docker/blob/master/README-compose.md)
|
| 30 | + |
0 commit comments