professional-wiki/wikibase-bundle

Bundle extension that installs and loads Wikibase and associated extensions

Fund package maintenance!
JeroenDeDauw
Patreon

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 0

Open Issues: 0

Language:Shell

Type:mediawiki-extension

dev-master 2020-10-18 21:11 UTC

This package is auto-updated.

Last update: 2024-04-19 05:16:12 UTC


README

GitHub Workflow Status Latest Stable Version Download count

Bundle extension that installs and loads Wikibase and associated extensions.

This version of Wikibase Bundle requires PHP 7.3+ and MediaWiki 1.34+.

Bundled extensions

TODO

Installation

Wikibase Bundle is installed using Composer with MediaWiki's built-in support for Composer.

Step 1/3: composer update

TODO

Change to the base directory of your MediaWiki installation and execute these two commands:

COMPOSER=composer.local.json composer require --no-update professional-wiki/wikibase-bundle:dev-master

composer update professional-wiki/wikibase-bundle --no-dev -o

Step 2/3: modify LocalSettings.php

Add the following two lines to the end of your "LocalSettings.php" file:

TODO

require_once __DIR__ . '/extensions/WikibaseBundle/WikibaseBundle.php';

Step 3/3: run update.php

TODO

Run the update.php script from the base directory of your MediaWiki installation:

php maintenance/update.php

Version history

Wikibase Bundle 1.0.0 (under development)

  • Initial release