INSTALL GRAFANA ON MAC WITH BREW

 





REQUIREMENTS:

Home brew is for Installing services

Note: This doesn’t work with Linux brew.

Install “brew” in mac:

Paste this in mac os terminal

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

The script explains what it will do and then pauses before it does it

Now install GRAFANA with brew

$ brew update
$ brew install grafana

To start Grafana using homebrew services first make sure homebrew/services is installed.

$ brew tap homebrew/services

Then start using Grafana

 $ brew services start grafana

After all these steps, open grafana in your favourite browser by

http://localhost:3000

Default User name: admin , password : admin