Extension:BlueSpiceFoundation
Community Forum |
BlueSpiceFoundation provides the interface between MediaWiki and BlueSpice. It is required for many other BlueSpice extensions to work with MediaWiki.
Whenever another extension depends on BlueSpiceFoundation, BlueSpiceFoundation is referenced accordingly on the extension page.
Installation
edit- Install Extension:ExtJSBase
- Install Extension:OOJSPlus
- Download and move the extracted
BlueSpiceFoundation
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/BlueSpiceFoundation - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'BlueSpiceFoundation' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
- Run composer install inside the BlueSpiceFoundation extension directory.