Wikibase Suite (WBS) helps you run your own Wikibase on a server.
WBS is a supported and tested Docker Compose configuration for deploying the following services to a publicly accessible server:
- Wikibase: MediaWiki service with the Wikibase extension included for creating and managing your Wikibase data.
- Job Runner: Background job service used by Wikibase.
- MariaDB: Database service used by Wikibase.
- OpenSearch: Search service used by Wikibase.
- Query service: SPARQL service for querying Wikibase data.
- Query service frontend: Web interface for SPARQL queries.
- Query service updater: Keeps query service data in sync with Wikibase.
- QuickStatements: A web-based tool to import and manipulate large amounts of data.
- Traefik: A reverse proxy that handles TLS termination and SSL certificate renewal through ACME.
Start here for guidance on preparing a server and domain names, then use the web-based installer to configure and start WBS.
If you’re already running WBS, find instructions for updating to the latest release, changing your configuration, enabling features, adding extensions, backing up your data, and troubleshooting your installation.
- Wikibase website
- Wikibase Telegram community channel
- Wikibase Mastodon
- Wikibase user group mailing list
- Wikibase Suite Phabricator board
- Wikibase Suite team email
If something is not working as expected, start with Troubleshooting. If you have questions or need help, use this bug report form to start a conversation with the engineering team.
Image sources and the build, integration-test, and release tooling are maintained in development/. Most WBS users do not need these tools. They are available for contributors and advanced users who want to build customized images.