Installation

How to install the Diagnostic Tool

Getting Started

To get started, download and install the tool, which will guide you through the data collection process. The tool is designed to be user-friendly and requires minimal technical expertise from the end user.

Pre-requisites

  • Golang installed locally.

  • If monitoring a remote dmachine, ngrok should be installed on your local machine. Follow the first two steps of the ngrok installation guide Step 1: Install and Step 2: Connect your account.

In order to install ngrok on Windows, you might have to run the terminal as an administrator.

Installation

Clone and compile the Diagnostic Tool repository locally, or on the machine where you intend to run your monitoring platform (e.g. for the purpose of using a web-page).

git clone https://github.com/ledgerwatch/diagnostics.git
cd diagnostics
make build

The Diagnostic Tool is now installed on your machine.

Setup

Last updated