sudo apt update
sudo apt install git
*********************
Git Clone fa-Grafana:
git clone https://github.com/flightaware/fa-grafana.git
cd fa-grafana
*******************************************************
Let's Edit The IP Of The Pi In The Following File:
nano .env
And Save
*******************************
Now Let's Install The Software:
sudo ./install.sh
*******************************************************
Let's Start Grafana, Prometheus, And dump1090-exporter:
sudo docker-compose up -d
*************************
Open Up A Web Browser:
IP OF PI:3000
*************
Login:
Username: admin
Password: flightaware
*********************
To Stop Docker:
sudo docker-compose down