Skip to content

Instantly share code, notes, and snippets.

@ivanhercaz
Last active March 13, 2017 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanhercaz/6a387d967a7b48e36f41055f00c3c366 to your computer and use it in GitHub Desktop.
Save ivanhercaz/6a387d967a7b48e36f41055f00c3c366 to your computer and use it in GitHub Desktop.
$wgEnableWikibaseRepo = true;
$wgEnableWikibaseClient = true;
require_once "$IP/extensions/Wikibase/repo/Wikibase.php";
require_once "$IP/extensions/Wikibase/repo/ExampleSettings.php";
require_once "$IP/extensions/Wikibase/client/WikibaseClient.php";
require_once "$IP/extensions/Wikibase/client/ExampleSettings.php";
$GLOBALS['wgWBClientSettings']['siteGlobalID'] = "enwiki";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment