Skip to content

Bundle package to easily install Wikibase together with associated extensions

License

Notifications You must be signed in to change notification settings

ProfessionalWiki/WikibaseBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikibase Bundle

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

About

Bundle package to easily install Wikibase together with associated extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published