jenkins-bot has submitted this change and it was merged. Change subject: Also mention Elastica ......................................................................
Also mention Elastica Change-Id: I9de63ebc7c0baadc23a96ce389ce3c052ef8a4c3 --- M README 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Chad: Looks good to me, approved jenkins-bot: Verified diff --git a/README b/README index 1ff8b39..b439bd8 100644 --- a/README +++ b/README @@ -6,7 +6,9 @@ ------------ Fetch this plugin plugin into your extensions directory. Make sure you have the curl php library installed (sudo apt-get install php5-curl in Debian.) +You also need to install the Elastica MediaWiki extension. Add this to LocalSettings.php: + require_once( "$IP/extensions/Elastica/Elastica.php" ); require_once( "$IP/extensions/CirrusSearch/CirrusSearch.php" ); $wgDisableSearchUpdate = true; -- To view, visit https://gerrit.wikimedia.org/r/87614 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9de63ebc7c0baadc23a96ce389ce3c052ef8a4c3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CirrusSearch Gerrit-Branch: master Gerrit-Owner: Chad <[email protected]> Gerrit-Reviewer: Chad <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
