Skip to content

code-openness/pik-wikibase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker compose file with all necessary assets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •