Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
afa5e950
Commit
afa5e950
authored
Dec 20, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: updates install links for 4.1.0 beta
parent
13c4ce68
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
3 deletions
+27
-3
docs/sources/installation/debian.md
+7
-0
docs/sources/installation/rpm.md
+16
-0
docs/sources/installation/windows.md
+1
-0
packaging/publish/publish_testing.sh
+2
-2
scripts/trigger_windows_build.sh
+1
-1
No files found.
docs/sources/installation/debian.md
View file @
afa5e950
...
...
@@ -16,6 +16,7 @@ weight = 1
Description | Download
------------ | -------------
Stable for Debian-based Linux |
[
4.0.2 (x86-64 deb)
](
https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.2-1481203731_amd64.deb
)
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
)
## Install Stable
...
...
@@ -25,6 +26,12 @@ $ sudo apt-get install -y adduser libfontconfig
$ sudo dpkg -i grafana_4.0.2-1481203731_amd64.deb
```
## Install Latest Beta
$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_4.1.0-1482230757beta1_amd64.deb
$ sudo apt-get install -y adduser libfontconfig
$ sudo dpkg -i grafana_4.1.0-1482230757beta1_amd64.deb
## APT Repository
Add the following line to your
`/etc/apt/sources.list`
file.
...
...
docs/sources/installation/rpm.md
View file @
afa5e950
...
...
@@ -16,6 +16,7 @@ weight = 2
Description | Download
------------ | -------------
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
)
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
)
## Install Stable
...
...
@@ -34,6 +35,21 @@ Or install manually using `rpm`.
$ sudo rpm -i --nodeps grafana-4.0.2-1481203731.x86_64.rpm
## Or Install Latest Beta
$ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-4.1.0-1482230757beta1.x86_64.rpm
Or install manually using
`rpm`
.
#### On CentOS / Fedora / Redhat:
$ sudo yum install initscripts fontconfig
$ sudo rpm -Uvh grafana-4.1.0-1482230757beta1.x86_64.rpm
#### On OpenSuse:
$ sudo rpm -i --nodeps grafana-4.1.0-1482230757beta1.x86_64.rpm
## Install via YUM Repository
Add the following to a new file at
`/etc/yum.repos.d/grafana.repo`
...
...
docs/sources/installation/windows.md
View file @
afa5e950
...
...
@@ -14,6 +14,7 @@ weight = 3
Description | Download
------------ | -------------
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
)
Latest beta package for Windows |
[
grafana.4.1.0-beta1.windows-x64.zip
](
https://grafanarel.s3.amazonaws.com/builds/
)
## Configure
...
...
packaging/publish/publish_testing.sh
100644 → 100755
View file @
afa5e950
#! /usr/bin/env bash
deb_ver
=
4.
0.2-148120373
1
rpm_ver
=
4.
0.2-148120373
1
deb_ver
=
4.
1.0-1482230757beta
1
rpm_ver
=
4.
1.0-1482230757beta
1
wget https://grafanarel.s3.amazonaws.com/builds/grafana_
${
deb_ver
}
_amd64.deb
...
...
scripts/trigger_windows_build.sh
View file @
afa5e950
...
...
@@ -5,5 +5,5 @@ _token=$1
curl
\
-H
"Content-Type: application/json"
\
-H
"Authorization: Bearer
${
_token
}
"
\
-X
POST
-d
'{ "accountName": "Torkeldegaard", "projectSlug": "grafana","branch": "
v4.0.x
","environmentVariables": {}}'
\
-X
POST
-d
'{ "accountName": "Torkeldegaard", "projectSlug": "grafana","branch": "
master
","environmentVariables": {}}'
\
https://ci.appveyor.com/api/builds
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment