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
49827de2
Commit
49827de2
authored
Dec 08, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: release 4.0.2
parent
f68350ac
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 @
49827de2
...
...
@@ -14,14 +14,14 @@ weight = 1
Description | Download
------------ | -------------
Stable for Debian-based Linux |
[
4.0.
1 (x86-64 deb)
](
https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.1-1480694114
_amd64.deb
)
Stable for Debian-based Linux |
[
4.0.
2 (x86-64 deb)
](
https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.2-1481203731
_amd64.deb
)
## Install Stable
```
$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.
1-1480694114
_amd64.deb
$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.
2-1481203731
_amd64.deb
$ sudo apt-get install -y adduser libfontconfig
$ sudo dpkg -i grafana_4.0.
1-1480694114
_amd64.deb
$ sudo dpkg -i grafana_4.0.
2-1481203731
_amd64.deb
```
## APT Repository
...
...
docs/sources/installation/rpm.md
View file @
49827de2
...
...
@@ -14,24 +14,24 @@ weight = 2
Description | Download
------------ | -------------
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
)
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
)
## Install Stable
You can install Grafana using Yum directly.
$ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.
1-1480694114
.x86_64.rpm
$ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.
2-1481203731
.x86_64.rpm
Or install manually using
`rpm`
.
#### On CentOS / Fedora / Redhat:
$ sudo yum install initscripts fontconfig
$ sudo rpm -Uvh grafana-4.0.
1-1480694114
.x86_64.rpm
$ sudo rpm -Uvh grafana-4.0.
2-1481203731
.x86_64.rpm
#### On OpenSuse:
$ sudo rpm -i --nodeps grafana-4.0.
1-1480694114
.x86_64.rpm
$ sudo rpm -i --nodeps grafana-4.0.
2-1481203731
.x86_64.rpm
## Install via YUM Repository
...
...
docs/sources/installation/windows.md
View file @
49827de2
...
...
@@ -13,7 +13,7 @@ weight = 3
Description | Download
------------ | -------------
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
)
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
)
## Configure
...
...
packaging/publish/publish.sh
View file @
49827de2
#! /usr/bin/env bash
deb_ver
=
4.0.
0-1480439068
rpm_ver
=
4.0.
0-1480439068
deb_ver
=
4.0.
2-1481203731
rpm_ver
=
4.0.
2-1481203731
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