mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 21:52:43 +08:00
470 B
470 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 update
brew install grafana
To start grafana look at the command printed after the homebrew install completes.
To upgrade use the reinstall command
brew update
brew reinstall grafana