Code in this video_How to Install and Configure Grafana Server on Ubuntu or Debian

Code in this video_How to Install and Configure Grafana Server on Ubuntu or Debian

	sudo apt-get install -y apt-transport-https software-properties-common wget

	sudo mkdir -p /etc/apt/keyrings/

	wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/grafana.gpg > /dev/null

	echo "deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list

	sudo apt-get update

Leave a Reply

Your email address will not be published. Required fields are marked *