Commit 86776154 by Daniel Lee

docs: rpm install page - update to centos 7

parent 485d0f1c
...@@ -52,7 +52,7 @@ Add the following to a new file at `/etc/yum.repos.d/grafana.repo` ...@@ -52,7 +52,7 @@ Add the following to a new file at `/etc/yum.repos.d/grafana.repo`
```bash ```bash
[grafana] [grafana]
name=grafana name=grafana
baseurl=https://packagecloud.io/grafana/stable/el/6/$basearch baseurl=https://packagecloud.io/grafana/stable/el/7/$basearch
repo_gpgcheck=1 repo_gpgcheck=1
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
...@@ -64,7 +64,7 @@ sslcacert=/etc/pki/tls/certs/ca-bundle.crt ...@@ -64,7 +64,7 @@ sslcacert=/etc/pki/tls/certs/ca-bundle.crt
There is also a testing repository if you want beta or release candidates. There is also a testing repository if you want beta or release candidates.
```bash ```bash
baseurl=https://packagecloud.io/grafana/testing/el/6/$basearch baseurl=https://packagecloud.io/grafana/testing/el/7/$basearch
``` ```
Then install Grafana via the `yum` command. Then install Grafana via the `yum` command.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment