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.
You can install docker from here by following the instructions there.
You can install docker compose from here by following the instructions there.
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)
docker-compose down --volumes
docker-compose pull
docker-compose up
docker-compose stop
docker-compose down