File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
docs/sources/installation Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ weight = 1
14
14
15
15
Description | Download
16
16
------------ | -------------
17
- Stable for Debian-based Linux | [ 4.0.1 (x86-64 deb)] ( https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.1-1480694114_amd64 .deb )
17
+ Stable for Debian-based Linux | [ 4.0.2 (x86-64 deb)] ( https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.2-1481203731_amd64 .deb )
18
18
19
19
## Install Stable
20
20
21
21
```
22
- $ wget https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.1-1480694114_amd64 .deb
22
+ $ wget https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.2-1481203731_amd64 .deb
23
23
$ sudo apt-get install -y adduser libfontconfig
24
- $ sudo dpkg -i grafana_4.0.1-1480694114_amd64 .deb
24
+ $ sudo dpkg -i grafana_4.0.2-1481203731_amd64 .deb
25
25
```
26
26
27
27
## APT Repository
Original file line number Diff line number Diff line change @@ -14,24 +14,24 @@ weight = 2
14
14
15
15
Description | Download
16
16
------------ | -------------
17
- Stable for CentOS / Fedora / OpenSuse / Redhat Linux | [ 4.0.1 (x86-64 rpm)] ( https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.1-1480694114 .x86_64.rpm )
17
+ Stable for CentOS / Fedora / OpenSuse / Redhat Linux | [ 4.0.2 (x86-64 rpm)] ( https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.2-1481203731 .x86_64.rpm )
18
18
19
19
## Install Stable
20
20
21
21
You can install Grafana using Yum directly.
22
22
23
- $ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.1-1480694114 .x86_64.rpm
23
+ $ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.2-1481203731 .x86_64.rpm
24
24
25
25
Or install manually using ` rpm ` .
26
26
27
27
#### On CentOS / Fedora / Redhat:
28
28
29
29
$ sudo yum install initscripts fontconfig
30
- $ sudo rpm -Uvh grafana-4.0.1-1480694114 .x86_64.rpm
30
+ $ sudo rpm -Uvh grafana-4.0.2-1481203731 .x86_64.rpm
31
31
32
32
#### On OpenSuse:
33
33
34
- $ sudo rpm -i --nodeps grafana-4.0.1-1480694114 .x86_64.rpm
34
+ $ sudo rpm -i --nodeps grafana-4.0.2-1481203731 .x86_64.rpm
35
35
36
36
## Install via YUM Repository
37
37
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ weight = 3
13
13
14
14
Description | Download
15
15
------------ | -------------
16
- Latest stable package for Windows | [ grafana.4.0.1 .windows-x64.zip] ( https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.1 .windows-x64.zip )
16
+ Latest stable package for Windows | [ grafana.4.0.2 .windows-x64.zip] ( https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.2 .windows-x64.zip )
17
17
18
18
## Configure
19
19
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- deb_ver=4.0.0-1480439068
3
- rpm_ver=4.0.0-1480439068
2
+ deb_ver=4.0.2-1481203731
3
+ rpm_ver=4.0.2-1481203731
4
4
5
5
wget https://grafanarel.s3.amazonaws.com/builds/grafana_${deb_ver} _amd64.deb
6
6
You can’t perform that action at this time.
0 commit comments