Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.17 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.17 KB

Wikidata PIK

This repository contains the docker-compose.yml file to start a wikidata server instance with all it's dependencies.

Also we have all assets that we load into the docker containers like the logo or custom settings.

Setup

Docker

You can install docker from here by following the instructions there.

Docker Compose

You can install docker compose from here by following the instructions there.

Clean up

Before you go ahead and start the project make sure there are no unnecessary containers running, to stop all of them run the following command. This will remove all your running docker containers.

docker rm -f $(docker ps -a -q)

Remove all of data wikibase contained, inclusive Bots

docker-compose down --volumes

Wikidata Server

Starting the server

docker-compose pull
docker-compose up

Stoping the server

docker-compose stop
docker-compose down

Project structure

Further reading