[v9.4.x] Docs: removes references to Redhat, adds import GPG key step (#70630)

Docs: removes references to Redhat, adds import GPG key step (#70625)

removes references to Redhat, adds import GPG key step

(cherry picked from commit 06b1b6f552)

Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot]
2023-06-23 12:47:11 -05:00
committed by GitHub
co-authored by Christopher Moyer
parent 54e65f25b7
commit b1d68dc18d
@@ -1,13 +1,13 @@
--- ---
description: Install guide for Grafana on Red Hat, RHEL, and Fedora. description: Install guide for Grafana on RHEL and Fedora.
title: Install Grafana on Red Hat, RHEL, or Fedora title: Install Grafana on RHEL or Fedora
menuTitle: Redhat, RHEL, or Fedora menuTitle: RHEL or Fedora
weight: 200 weight: 200
--- ---
# Install Grafana on Red Hat, RHEL, or Fedora # Install Grafana on RHEL or Fedora
This topic explains how to install Grafana dependencies, install Grafana on Redhat, RHEL, or Fedora, and start the Grafana server on your system. This topic explains how to install Grafana dependencies, install Grafana on RHEL or Fedora, and start the Grafana server on your system.
You can install Grafana using a YUM repository, using RPM, or by downloading a binary `.tar.gz` file. You can install Grafana using a YUM repository, using RPM, or by downloading a binary `.tar.gz` file.
@@ -26,6 +26,13 @@ If you install from the YUM repository, then Grafana is automatically updated ev
To install Grafana using a YUM repository, complete the following steps: To install Grafana using a YUM repository, complete the following steps:
1. Import the GPG key:
```bash
wget -q -O gpg.key https://rpm.grafana.com/gpg.key
sudo rpm --import gpg.key
```
1. Add a file to your YUM repository using the method of your choice. 1. Add a file to your YUM repository using the method of your choice.
The following example uses `nano` to add a file to the YUM repo. The following example uses `nano` to add a file to the YUM repo.
@@ -94,8 +101,8 @@ Complete the following steps to install Grafana using the standalone binaries:
1. Select an **Edition**. 1. 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. - **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. - **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.
1. Depending on which system you are running, click the **Linux** or **ARM** tab on the download page. 1. Depending on which system you are running, click the **Linux** or **ARM** tab on the [download page](/grafana/download).
1. Copy and paste the code from the installation page into your command line and run. 1. Copy and paste the code from the [download page](/grafana/download) page into your command line and run.
## Next steps ## Next steps