grafana/docs/sources/installation/mac.md
2016-05-10 16:02:00 +02:00

669 B

page_title page_description page_keywords
Installing on Mac OS X Grafana Installation guide for Mac OS X grafana, installation, mac, osx, guide

Installing on Mac

Installation can be done using homebrew

Install latest stable:

brew install grafana/grafana/grafana

To start grafana look at the command printed after the homebrew install completes.

You can also add the grafana as tap.

brew tap grafana/grafana
brew install grafana

Install latest unstable from master:

brew install --HEAD grafana/grafana/grafana

To upgrade use the reinstall command

brew reinstall --HEAD grafana/grafana/grafana