MediaWiki-Docker/Extension/GrowthExperiments

From mediawiki.org

This page instructs you to install Extension:GrowthExperiments inside MediaWiki-Docker.

Follow the Quickstart instructions at MediaWiki-Docker page. Once MediaWiki is running and available at http://localhost:8080, then continue with instructions on this page.

Install GrowthExperiments[edit]

Please refer to Extension:GrowthExperiments/developer setup#Installation.

Developer setup[edit]

Please refer to Extension:GrowthExperiments/developer setup for detailed instructions on various configuration options.

Front-end development or Selenium testing quickstart[edit]

Modify LocalSettings.php to include this line:

$growthExperimentsLocalSettings =
	"$IP/extensions/GrowthExperiments/tests/selenium/fixtures/GrowthExperiments.LocalSettings.php";
require_once $growthExperimentsLocalSettings;