Wikibase/Configuration
Appearance
From mediawiki.org
< Wikibase
This page is outdated.
It was written for an older version of Wikibase. If you have checked or updated this page and found the content to be suitable, please remove this notice.
Last update: 2021
Last update: 2021
Wikibase itself needs to be configured, with appropriate settings. See the below links:
Using the Wikidata Build repository provides extra options to allow you to choose to deploy Wikibase Repo and/or Wikibase Client.
<?php // Load the Repo Extension (default false) $wmgUseWikibaseRepo = true; // Load the Client Extension (default false) $wmgUseWikibaseClient = true;
- Maintenance scripts
The Maintenance scripts help within this repo will not work if you do not have the environment variable **MW_INSTALL_PATH** defined.
If you do not and can not define this variable please use the **runScript.php** maintenance script within mediawiki core (see comments in that file for instructions).
- Manually update a build
Manually updating a Wikidata build requires composer to be installed on the system.
In the root Wikidata "extension" directory, run:
bash composerupdate-o