MediaWiki Elastica Extension

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Installation

Download the version corresponding to the MediaWiki being installed: https://www.mediawiki.org/wiki/Special:ExtensionDistributor/Elastica

Unzip the file in the extensions directory.

tar -xzf Elastica-REL1_35-545651c.tar.gz -C /var/www/mediawiki-x.y.z/extensions

Add the following statement to LocalSettings.php:

wfLoadExtension( 'Elastica' );

Smoke test: go to Special:Version and verify that the extension is successfully installed.