Jump to content

Extension:MetricsPlatform

From mediawiki.org
MediaWiki extensions manual
MetricsPlatform
Release status: unknown
MediaWiki
License No license specified
Download
Translate the MetricsPlatform extension if it is available at translatewiki.net

The MetricsPlatform extension is maintained by the Data Products team at the Wikimedia Foundation. Read more about the Metrics Platform project.

This page will be updated as usage and local setup steps are defined.

Installation[edit]

  • Download and move the extracted MetricsPlatform folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MetricsPlatform
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'MetricsPlatform' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration[edit]

$wgMetricsPlatformEnable: {
			"description": "Enable Metrics Platform.",
			"value": true
		}