Files
Jack Baldry 560f49b3dc Enable doc-validator for specific directories (#63524)
* Enable doc-validator for specific directories

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Fix one linting error to trigger CI

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Update doc-validator to latest release

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Update make-docs procedure

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Use doc-validator version from CI in local make target

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Revert to 1.11.0

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* adds missing descriptions

* Fix titles and headings

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Fix link formats

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Fix easy to resolve anchors

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Remove broken anchor link

This anchor appears to have been broken for a long time.

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Use doc-validator image with support for numbered anchors

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Update make-docs procedure to support doc-validator 2.0.x

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Fix a bunch of broken anchors

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Ignore old whatsnew content

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Update doc-validator to v2.0.x and use reviewdog to report errors

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* removes broken links

---------

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Chris Moyer <chris.moyer@grafana.com>
2023-05-18 15:50:20 +01:00

2.0 KiB

aliases description title menuTitle weight
../../installation/mac/
How to install Grafana OSS or Enterprise on macOS Install Grafana on macOS macOS 600

Install Grafana on macOS

This page explains how to install Grafana on macOS.

Install Grafana on macOS using Homebrew

To install Grafana on macOS using Homebrew, complete the following steps:

  1. On the Homebrew homepage, search for Grafana.

    The last stable and released version is listed.

  2. 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)
  3. 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:

  1. Navigate to the Grafana download page.

  2. 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.
  3. 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.
  4. Click Mac.

  5. Copy and paste the code from the installation page into your command line and run.

  6. Untar the gz file and copy the files to the location of your preference.

  7. To start Grafana service, go to the directory and run the command:

    ./bin/grafana server
    

Next steps

  • [Start the Grafana server]({{< relref "../../start-restart-grafana" >}})