Skip to content

Instantly share code, notes, and snippets.

@ilap
ilap / setup_shelley_monitoring.sh
Last active January 12, 2023 14:03
Shelley monitoring
#!/bin/bash
#---------------------------------------------------------------------
# File: setup_shelley_monitoring.sh
# Created: 2019/10/17
# Creator: ilap
#=====================================================================
# DESCRIPTION:
#
# This script downloads and configures the required files
# for monitoring a Shelley node by using grafana/prometheus.
#!/bin/bash
#---------------------------------------------------------------------
# File: setup_shelley_monitoring.sh
# Created: 2019/10/17
# Creator: ilap
#=====================================================================
# DESCRIPTION:
#
# This script downloads and configures the required files
# for monitoring a Shelley node by using grafana/prometheus.
@ilap
ilap / shelley_ptn.md
Last active May 28, 2020 06:36
Shelley PTN

Install & Config Shelley's Haskell Private Testnet

Install prerequisites

$ curl -sSL https://get.haskellstack.org/ | sh
...

$ sudo apt install pkg-config libsystemd-dev libtinfo-dev
...