From b1d68dc18d91d50cd62051908d7ab89bc13e6efa Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 12:47:11 -0500 Subject: [PATCH] [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 06b1b6f552b587bcd125aaf18c645b66922aba1f) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- .../installation/redhat-rhel-fedora/index.md | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md b/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md index 3e7da40970e..b3238014946 100644 --- a/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md +++ b/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md @@ -1,13 +1,13 @@ --- -description: Install guide for Grafana on Red Hat, RHEL, and Fedora. -title: Install Grafana on Red Hat, RHEL, or Fedora -menuTitle: Redhat, RHEL, or Fedora +description: Install guide for Grafana on RHEL and Fedora. +title: Install Grafana on RHEL or Fedora +menuTitle: RHEL or Fedora 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. @@ -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: +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. 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**. - **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. -1. Depending on which system you are running, click the **Linux** or **ARM** tab on the download page. -1. Copy and paste the code from the installation page into your command line and run. +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 [download page](/grafana/download) page into your command line and run. ## Next steps