Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.63 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.63 KB

Overview

Self-contained demo showing all of the monitoring components working together. This accompanies the Particular Platform Monitoring Tutorial available at the following location:

Prerequisites

Running the demo requires .Net Framework 4.6.1 or newer.

In order to run the downloaded sample you will need the following prerequisites.

  • Window operating system, the Particular Service Platform requires the Windows operating system
    • Desktop: Windows 8 or higher
    • Server: Windows Server 2016 or higher
  • Powershell 3.0 or higher
  • .NET Framework 4.6.1 (check version)

Running

  • Compile src\MonitoringDemo.sln
  • Execute src\binaries\MonitoringDemo.exe

Deploying

  1. Go to the Release action page.
  2. Click the Run workflow button.
  3. Leave the branch set to master and click the green Run workflow button.
  4. Once complete, the new build should be available for download.

The monitoring demo doesn't use versioning. The most recent build of the master branch is pushed to S3 storage.

The most common reason to deploy the MonitoringDemo is due to an update of Particular.PlatformSample. This is included via a wildcard dependency so it is not necessary to merge a PR to update this dependency, but a new release must be forced as described above.