
* Added Installation video index.md * Update index.md adding video for Debian and Ubuntu installs * Update index.md adding install video in macOS * Update index.md adding video to install RHEL or Fedora * Update index.md adding install video for SUSE * Update index.md adding video for Windows installer * Update _index.md Updated from suggestions * Update index.md from suggestions * Update index.md from suggestions * Update index.md from suggestions * Update index.md from suggestions * Update index.md from suggestions * Update docs/sources/setup-grafana/installation/_index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/debian/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/mac/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/suse-opensuse/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/windows/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2.3 KiB
aliases | description | labels | menuTitle | title | weight | |||||
---|---|---|---|---|---|---|---|---|---|---|
|
How to install Grafana OSS or Enterprise on macOS |
|
macOS | Install Grafana on macOS | 600 |
Install Grafana on macOS
This page explains how to install Grafana on macOS.
The following video demonstrates how to install Grafana on macOS as outlined in this document:
{{< youtube id="1zdm8SxOLYQ" >}}
Install Grafana on macOS using Homebrew
To install Grafana on macOS using Homebrew, complete the following steps:
-
On the Homebrew homepage, search for Grafana.
The last stable and released version is listed.
-
Open a terminal and run the following commands:
brew update brew install grafana
The brew page downloads and untars the files into:
/usr/local/Cellar/grafana/[version]
(Intel Silicon)/opt/homebrew/Cellar/grafana/[version]
(Apple Silicon)
-
To start Grafana, run the following command:
brew services start grafana
Install standalone macOS binaries
To install Grafana on macOS using the standalone binaries, complete the following steps:
-
Navigate to the Grafana download page.
-
Select the Grafana version you want to install.
- The most recent Grafana version is selected by default.
- The Version field displays only tagged releases. If you want to install a nightly build, click Nightly Builds and then select a version.
-
Select an Edition.
- Enterprise: This is the recommended version. It is functionally identical to the open source version, but includes features you can unlock with a license, if you so choose.
- Open Source: This version is functionally identical to the Enterprise version, but you will need to download the Enterprise version if you want Enterprise features.
-
Click Mac.
-
Copy and paste the code from the download page into your command line and run.
-
Untar the
gz
file and copy the files to the location of your preference. -
To start Grafana service, go to the directory and run the command:
./bin/grafana server
Alternatively, watch the Grafana for Beginners video below:
{{< youtube id="T51Qa7eE3W8" >}}
Next steps
- [Start the Grafana server]({{< relref "../../start-restart-grafana" >}})