Wikibase Suite (WBS) is a production-ready Wikibase software bundle for self-hosting a public knowledge graph similar to Wikidata. It includes MediaWiki, Wikibase, Query Service, QuickStatements, and HTTPS routing for a public instance.
For installation without the browser-based installer, see Manual Installation.
[!NOTE] These are mandatory steps. Wikibase Suite is not meant for local installations.
You need a Linux-based server that meets these minimum requirements:
You need two domain configurations – a main domain for your Wikibase and a subdomain for the Query Service software:
yourdomain.comquery.yourdomain.comHow to configure domains for your server (VPS):
| Record name | Value | Type |
|---|---|---|
| @ | IP address from server | A |
| query | IP address from server | A |
ssh root@SERVER_IP_ADDRESS
curl -fsSL https://wmde.github.io/wikibase-suite-install | bash
This command installs the latest stable WBS release identified by a
wbs@MAJOR.MINOR.PATCH tag and starts its browser installer.
The Wikibase Suite Installer walks you through the steps to configure and install your Wikibase instance.
Enter the domain names you registered in the requirements step:
This is your personal login for managing your Wikibase. Fill in:
The database is where all your Wikibase content is stored behind the scenes. You don’t interact with it directly, but it needs a password to keep your data secure. The installer provides a default database configuration if you do not enter custom credentials.
Help us understand the Wikibase ecosystem. Wikibase is used by hundreds of libraries, museums, research projects and companies — but nobody has a clear picture of how big or how diverse that ecosystem really is. You can help change that by providing some statistics from your Wikibase.
All Wikibase Suite components will be downloaded and installed. This may take a few minutes.
You can directly access your Wikibase, the Query Service and QuickStatements. Everything is configured and ready to use.
Note: Download the configuration file.
How did the installation go? Feedback >
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.