From 6c76e9728e5f1dc58c949345cbbf81eacb5ba497 Mon Sep 17 00:00:00 2001 From: ubhatnagar Date: Fri, 23 Oct 2015 22:53:30 -0700 Subject: [PATCH 1/3] Added OpenSuse installation command --- docs/sources/installation/rpm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/installation/rpm.md b/docs/sources/installation/rpm.md index c112c4c9fea..e8e61ea6d06 100644 --- a/docs/sources/installation/rpm.md +++ b/docs/sources/installation/rpm.md @@ -23,6 +23,10 @@ Or install manually using `rpm`. $ sudo yum install initscripts fontconfig $ sudo rpm -Uvh grafana-2.1.3-1.x86_64.rpm +On OpenSuse you need to run the following command to install the `rpm`. + + $ sudo rpm -i --nodeps grafana-2.1.3-1.x86_64.rpm + ## Install via YUM Repository Add the following to a new file at `/etc/yum.repos.d/grafana.repo` From 45cdbe0a188b8ff0db1cd1cba328192cd97080d3 Mon Sep 17 00:00:00 2001 From: ubhatnagar Date: Fri, 23 Oct 2015 23:03:58 -0700 Subject: [PATCH 2/3] Rearranged installation docs for OpenSuse --- docs/sources/installation/rpm.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/sources/installation/rpm.md b/docs/sources/installation/rpm.md index e8e61ea6d06..9d6782f9c70 100644 --- a/docs/sources/installation/rpm.md +++ b/docs/sources/installation/rpm.md @@ -1,6 +1,6 @@ --- page_title: Installing on RPM-based Linux -page_description: Grafana Installation guide for Centos, Fedora, Redhat. +page_description: Grafana Installation guide for Centos, Fedora, OpenSuse, Redhat. page_keywords: grafana, installation, centos, fedora, opensuse, redhat, guide --- @@ -10,7 +10,7 @@ page_keywords: grafana, installation, centos, fedora, opensuse, redhat, guide Description | Download ------------ | ------------- -.RPM for Fedora / RHEL / CentOS Linux | [grafana-2.1.3-1.x86_64.rpm](https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.3-1.x86_64.rpm) +.RPM for Fedora / RHEL / CentOS / OpenSuse Linux | [grafana-2.1.3-1.x86_64.rpm](https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.3-1.x86_64.rpm) ## Install from package file @@ -20,10 +20,12 @@ You can install Grafana using Yum directly. Or install manually using `rpm`. +On Fedora / RHEL / CentOS run the following commands to install the `rpm`: + $ sudo yum install initscripts fontconfig $ sudo rpm -Uvh grafana-2.1.3-1.x86_64.rpm -On OpenSuse you need to run the following command to install the `rpm`. +On OpenSuse run the following command to install the `rpm`. $ sudo rpm -i --nodeps grafana-2.1.3-1.x86_64.rpm From 54be4c5e2ca1c78c3ae22453d727f1a35d46a2b6 Mon Sep 17 00:00:00 2001 From: Utkarsh Bhatnagar Date: Fri, 23 Oct 2015 23:21:00 -0700 Subject: [PATCH 3/3] Made installation doc consistent --- docs/sources/installation/rpm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/installation/rpm.md b/docs/sources/installation/rpm.md index 9d6782f9c70..67057384af0 100644 --- a/docs/sources/installation/rpm.md +++ b/docs/sources/installation/rpm.md @@ -10,7 +10,7 @@ page_keywords: grafana, installation, centos, fedora, opensuse, redhat, guide Description | Download ------------ | ------------- -.RPM for Fedora / RHEL / CentOS / OpenSuse Linux | [grafana-2.1.3-1.x86_64.rpm](https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.3-1.x86_64.rpm) +.RPM for CentOS / Fedora / OpenSuse / Redhat Linux | [grafana-2.1.3-1.x86_64.rpm](https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.3-1.x86_64.rpm) ## Install from package file @@ -20,12 +20,12 @@ You can install Grafana using Yum directly. Or install manually using `rpm`. -On Fedora / RHEL / CentOS run the following commands to install the `rpm`: +#### On CentOS / Fedora / Redhat: $ sudo yum install initscripts fontconfig $ sudo rpm -Uvh grafana-2.1.3-1.x86_64.rpm -On OpenSuse run the following command to install the `rpm`. +#### On OpenSuse: $ sudo rpm -i --nodeps grafana-2.1.3-1.x86_64.rpm