MediaWiki Elastica Extension: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://www.mediawiki.org/wiki/Extension:Elastica =Internal= * Media Wiki CirrusSearch =Installation= Download the version corresponding to the MediaWiki be...")
 
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
tar -xzf Elastica-REL1_35-545651c.tar.gz -C /var/www/mediawiki-x.y.z/extensions
tar -xzf Elastica-REL1_35-545651c.tar.gz -C /var/www/mediawiki-x.y.z/extensions
</syntaxhighlight>
</syntaxhighlight>
Add the following statement to LocalSettings.php:
<syntaxhighlight lang='php'>
wfLoadExtension( 'Elastica' );
</syntaxhighlight>
Smoke test: go to Special:Version and verify that the extension is successfully installed.

Latest revision as of 00:25, 21 November 2021

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.