Skip to content

Commit afa5e95

Browse files
committed
docs: updates install links for 4.1.0 beta
1 parent 13c4ce6 commit afa5e95

File tree

5 files changed

+27
-3
lines changed

5 files changed

+27
-3
lines changed

docs/sources/installation/debian.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ weight = 1
1616
Description | Download
1717
------------ | -------------
1818
Stable for Debian-based Linux | [4.0.2 (x86-64 deb)](https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.2-1481203731_amd64.deb)
19+
Latest beta for Debian-based Linux | [4.1.0-beta1 (x86-64 deb)](https://grafanarel.s3.amazonaws.com/builds/grafana_4.1.0-1482230757beta1_amd64.deb)
1920

2021
## Install Stable
2122

@@ -25,6 +26,12 @@ $ sudo apt-get install -y adduser libfontconfig
2526
$ sudo dpkg -i grafana_4.0.2-1481203731_amd64.deb
2627
```
2728

29+
## Install Latest Beta
30+
31+
$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_4.1.0-1482230757beta1_amd64.deb
32+
$ sudo apt-get install -y adduser libfontconfig
33+
$ sudo dpkg -i grafana_4.1.0-1482230757beta1_amd64.deb
34+
2835
## APT Repository
2936

3037
Add the following line to your `/etc/apt/sources.list` file.

docs/sources/installation/rpm.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ weight = 2
1616
Description | Download
1717
------------ | -------------
1818
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)
19+
Latest beta for CentOS / Fedora / OpenSuse / Redhat Linux | [4.1.0-beta1 (x86-64 rpm)](https://grafanarel.s3.amazonaws.com/builds/grafana-4.1.0-1482230757beta1.x86_64.rpm)
1920

2021
## Install Stable
2122

@@ -34,6 +35,21 @@ Or install manually using `rpm`.
3435

3536
$ sudo rpm -i --nodeps grafana-4.0.2-1481203731.x86_64.rpm
3637

38+
## Or Install Latest Beta
39+
40+
$ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-4.1.0-1482230757beta1.x86_64.rpm
41+
42+
Or install manually using `rpm`.
43+
44+
#### On CentOS / Fedora / Redhat:
45+
46+
$ sudo yum install initscripts fontconfig
47+
$ sudo rpm -Uvh grafana-4.1.0-1482230757beta1.x86_64.rpm
48+
49+
#### On OpenSuse:
50+
51+
$ sudo rpm -i --nodeps grafana-4.1.0-1482230757beta1.x86_64.rpm
52+
3753
## Install via YUM Repository
3854

3955
Add the following to a new file at `/etc/yum.repos.d/grafana.repo`

docs/sources/installation/windows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ weight = 3
1414
Description | Download
1515
------------ | -------------
1616
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+
Latest beta package for Windows | [grafana.4.1.0-beta1.windows-x64.zip](https://grafanarel.s3.amazonaws.com/builds/)
1718

1819
## Configure
1920

packaging/publish/publish_testing.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env bash
2-
deb_ver=4.0.2-1481203731
3-
rpm_ver=4.0.2-1481203731
2+
deb_ver=4.1.0-1482230757beta1
3+
rpm_ver=4.1.0-1482230757beta1
44

55
wget https://grafanarel.s3.amazonaws.com/builds/grafana_${deb_ver}_amd64.deb
66

scripts/trigger_windows_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ _token=$1
55
curl \
66
-H "Content-Type: application/json" \
77
-H "Authorization: Bearer ${_token}" \
8-
-X POST -d '{ "accountName": "Torkeldegaard", "projectSlug": "grafana","branch": "v4.0.x","environmentVariables": {}}' \
8+
-X POST -d '{ "accountName": "Torkeldegaard", "projectSlug": "grafana","branch": "master","environmentVariables": {}}' \
99
https://ci.appveyor.com/api/builds

0 commit comments

Comments
 (0)