gdmedia / silverstripe-site24x7
Package to include the Guru feedback system
Installs: 660
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Type:silverstripe-module
This package is not auto-updated.
Last update: 2022-07-05 13:23:16 UTC
README
The Silverstripe Site24x7 plugin helps you add your Site24x7's Real User Monitoring (RUM) code snippet to your Silverstripe site.
Requirements
- SilverStripe ^3.2
- Site24x7 RUM key
Installation
Installation with Composer is the preferred method, as it will ensure you have all the required dependencies.
cd /your/project/folder
composer require gdmedia/silverstripe-site24x7
or
Ensure all requirements are installed and download the the zip.
Extract and rename silverstripe-site24x7-master
to silverstripe-site24x7
Once the files are installed, you must run dev/build and flush `http://youprojectdomain.nz/dev/build?flush=all
Then add your RUM Key in admin settings
http://youprojectdomain.nz/admin/settings/
Versioning
This project follows Semantic Versioning paradigm. That is:
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.
- Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.