Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that this installation is a Raspberry Pi

Here is the link a video tutorial I found on how to set up all of theseeverything and use them

Make sure that the RasberryPi and Node-Red password are changed from their default setting.

...

Code Block
sudo apt-get install -y apt-transport-https
sudo apt-get install -y software-properties-common wget
curl https://packages.grafana.com/gpg.key | sudo apt-key add -

echo "deb https://packages.grafana.com/oss/deb stable main" 
  | sudo tee  /etc/apt/sources.list.d/grafana.list

sudo apt-get update
sudo apt-get install grafana
sudo systemctl grafana-server.service
sudo systemctl start grafana-server

...