< MediaWiki-Docker < Extension
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
Please refer to Extension:GrowthExperiments/developer setup#Installation.
Developer setup
Please refer to Extension:GrowthExperiments/developer setup for detailed instructions on various configuration options.
Front-end development or Selenium testing quickstart
Modify LocalSettings.php to include this line:
$growthExperimentsLocalSettings =
"$IP/extensions/GrowthExperiments/tests/selenium/fixtures/GrowthExperiments.LocalSettings.php";
require_once $growthExperimentsLocalSettings;
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.