mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
Rearranged installation docs for OpenSuse
This commit is contained in:
parent
6c76e9728e
commit
45cdbe0a18
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
page_title: Installing on RPM-based Linux
|
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
|
page_keywords: grafana, installation, centos, fedora, opensuse, redhat, guide
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ page_keywords: grafana, installation, centos, fedora, opensuse, redhat, guide
|
|||||||
|
|
||||||
Description | Download
|
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
|
## Install from package file
|
||||||
|
|
||||||
@ -20,10 +20,12 @@ You can install Grafana using Yum directly.
|
|||||||
|
|
||||||
Or install manually using `rpm`.
|
Or install manually using `rpm`.
|
||||||
|
|
||||||
|
On Fedora / RHEL / CentOS run the following commands to install the `rpm`:
|
||||||
|
|
||||||
$ sudo yum install initscripts fontconfig
|
$ sudo yum install initscripts fontconfig
|
||||||
$ sudo rpm -Uvh grafana-2.1.3-1.x86_64.rpm
|
$ 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
|
$ sudo rpm -i --nodeps grafana-2.1.3-1.x86_64.rpm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user