Extension:MPulse
Appearance
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
Release status: unmaintained |
|
|---|---|
| Description | SOASTA mPulse Real User Monitoring tag |
| Author(s) | SOASTA |
| Latest version | 1.0 (2015-08-28) |
| MediaWiki | 1.18+ |
| Database changes | No |
| Licence | MIT License |
| Download | GitHub:
Note: README |
The mPulse extension integrates SOASTA mPulse Real User Monitoring into your MediaWiki site.
Installation
[edit]- Download the files from GitHub as tar.gz or zip
- Create a directory
mPulsein your$IP/extensionsdirectory. - Extract the files to this
$IP/extensions/mPulsedirectory. - Add to the bottom of LocalSettings.php.
require_once( "$IP/extensions/mPulse/mPulse.php" ); // SOASTA mPulse API key (e.g. A1A1A-B2B2B-C3C3C-D4D4Dl-E5E5E) $wgmPulseApiKey = '';
- Installation can now be verified through Special:Version of your wiki.
