Skip to content

Instantly share code, notes, and snippets.

View arsulegai's full-sized avatar
🕺
Living in the World of Cartoons

Arun S M arsulegai

🕺
Living in the World of Cartoons
View GitHub Profile
@arsulegai
arsulegai / sawtooth-raft-setup-grafana.txt
Last active October 12, 2020 20:17
Steps to run multi node Hyperledger Sawtooth-Raft setup on single machine, with grafana statistics enabled
Clone the https://github.com/hyperledger/sawtooth-core and https://github.com/hyperledger/sawtooth-raft repositories.
Step 1: Bring up admin service
$ cd sawtooth-raft/adhoc
$ docker-compose -f admin.yaml up -d
Step 2: Bring up grafana and influxdb services
$ cd sawtooth-raft/tests
$ SAWTOOTH_CORE=/path/to/repository/sawtooth-core docker-compose -f grafana.yaml up -d