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
3312a042
Commit
3312a042
authored
May 25, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(): updated download links
parent
0daadc95
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
docs/sources/installation/debian.md
+3
-3
docs/sources/installation/rpm.md
+4
-4
docs/sources/installation/windows.md
+1
-1
packaging/publish/publish.sh
+2
-2
No files found.
docs/sources/installation/debian.md
View file @
3312a042
...
...
@@ -10,13 +10,13 @@ page_keywords: grafana, installation, debian, ubuntu, guide
Description | Download
------------ | -------------
Stable .deb for Debian-based Linux |
[
grafana_3.0.
3-1463994644.deb
](
https://grafanarel.s3.amazonaws.com/builds/grafana_3.0.3-1463994644
_amd64.deb
)
Stable .deb for Debian-based Linux |
[
grafana_3.0.
4-1464167696.deb
](
https://grafanarel.s3.amazonaws.com/builds/grafana_3.0.4-1464167696
_amd64.deb
)
## Install Stable
$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_3.0.
3-1463994644
_amd64.deb
$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_3.0.
4-1464167696
_amd64.deb
$ sudo apt-get install -y adduser libfontconfig
$ sudo dpkg -i grafana_3.0.
3-1463994644
_amd64.deb
$ sudo dpkg -i grafana_3.0.
4-1464167696
_amd64.deb
## APT Repository
...
...
docs/sources/installation/rpm.md
View file @
3312a042
...
...
@@ -10,24 +10,24 @@ page_keywords: grafana, installation, centos, fedora, opensuse, redhat, guide
Description | Download
------------ | -------------
Stable .RPM for CentOS / Fedora / OpenSuse / Redhat Linux |
[
grafana-3.0.
3-1463994644.x86_64.rpm
](
https://grafanarel.s3.amazonaws.com/builds/grafana-3.0.3-1463994644
.x86_64.rpm
)
Stable .RPM for CentOS / Fedora / OpenSuse / Redhat Linux |
[
grafana-3.0.
4-1464167696.x86_64.rpm
](
https://grafanarel.s3.amazonaws.com/builds/grafana-3.0.4-1464167696
.x86_64.rpm
)
## Install Stable Release from package file
You can install Grafana using Yum directly.
$ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-3.0.
3-1463994644
.x86_64.rpm
$ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-3.0.
4-1464167696
.x86_64.rpm
Or install manually using
`rpm`
.
#### On CentOS / Fedora / Redhat:
$ sudo yum install initscripts fontconfig
$ sudo rpm -Uvh grafana-3.0.
3-1463994644
.x86_64.rpm
$ sudo rpm -Uvh grafana-3.0.
4-1464167696
.x86_64.rpm
#### On OpenSuse:
$ sudo rpm -i --nodeps grafana-3.0.
3-1463994644
.x86_64.rpm
$ sudo rpm -i --nodeps grafana-3.0.
4-1464167696
.x86_64.rpm
## Install via YUM Repository
...
...
docs/sources/installation/windows.md
View file @
3312a042
...
...
@@ -10,7 +10,7 @@ page_keywords: grafana, installation, windows guide
Description | Download
------------ | -------------
Stable Zip package for Windows |
[
grafana.3.0.
3.windows-x64.zip
](
https://grafanarel.s3.amazonaws.com/winbuilds/dist/grafana-3.0.3
.windows-x64.zip
)
Stable Zip package for Windows |
[
grafana.3.0.
4.windows-x64.zip
](
https://grafanarel.s3.amazonaws.com/winbuilds/dist/grafana-3.0.4
.windows-x64.zip
)
## Configure
...
...
packaging/publish/publish.sh
View file @
3312a042
#! /usr/bin/env bash
deb_ver
=
3.0.
3-1463994644
rpm_ver
=
3.0.
3-1463994644
deb_ver
=
3.0.
4-1464167696
rpm_ver
=
3.0.
4-1464167696
wget https://grafanarel.s3.amazonaws.com/builds/grafana_
${
deb_ver
}
_amd64.deb
...
...
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