grafana/docs/sources/installation/mac.md

28 lines
470 B
Markdown

---
page_title: Installing on Mac OS X
page_description: Grafana Installation guide for Mac OS X
page_keywords: grafana, installation, mac, osx, guide
---
# Installing on Mac
Installation can be done using [homebrew](http://brew.sh/)
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
```