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
ae3e869d
Commit
ae3e869d
authored
Aug 01, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated download links in docs
parent
deab5a54
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
docs/sources/archive.md
+2
-0
docs/sources/installation/debian.md
+3
-3
docs/sources/installation/rpm.md
+4
-4
No files found.
docs/sources/archive.md
View file @
ae3e869d
...
...
@@ -14,5 +14,7 @@ of Grafana.
-
[
Latest
](
http://docs.grafana.org
)
-
[
Version 4.2
](
http://docs.grafana.org/v4.2
)
-
[
Version 4.1
](
http://docs.grafana.org/v4.1
)
-
[
Version 4.0
](
http://docs.grafana.org/v4.0
)
-
[
Version 3.1
](
http://docs.grafana.org/v3.1
)
-
[
Version 3.0
](
http://docs.grafana.org/v3.0
)
docs/sources/installation/debian.md
View file @
ae3e869d
...
...
@@ -15,7 +15,7 @@ weight = 1
Description | Download
------------ | -------------
Stable for Debian-based Linux |
[
grafana_4.4.
1_amd64.deb
](
https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_4.4.1
_amd64.deb
)
Stable for Debian-based Linux |
[
grafana_4.4.
2_amd64.deb
](
https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_4.4.2
_amd64.deb
)
Read
[
Upgrading Grafana
](
{{
<
relref
"
installation
/
upgrading
.
md
"
>
}}) for tips and guidance on updating an existing
installation.
...
...
@@ -23,9 +23,9 @@ installation.
## Install Stable
```
bash
wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_4.4.
1
_amd64.deb
wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_4.4.
2
_amd64.deb
sudo
apt-get install
-y
adduser libfontconfig
sudo
dpkg
-i
grafana_4.4.
1
_amd64.deb
sudo
dpkg
-i
grafana_4.4.
2
_amd64.deb
```
<!--
...
...
docs/sources/installation/rpm.md
View file @
ae3e869d
...
...
@@ -15,7 +15,7 @@ weight = 2
Description | Download
------------ | -------------
Stable for CentOS / Fedora / OpenSuse / Redhat Linux |
[
4.4.
1 (x86-64 rpm)
](
https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.4.1
-1.x86_64.rpm
)
Stable for CentOS / Fedora / OpenSuse / Redhat Linux |
[
4.4.
2 (x86-64 rpm)
](
https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.4.2
-1.x86_64.rpm
)
Read
[
Upgrading Grafana
](
{{
<
relref
"
installation
/
upgrading
.
md
"
>
}}) for tips and guidance on updating an existing
installation.
...
...
@@ -24,15 +24,15 @@ installation.
You can install Grafana using Yum directly.
$ sudo yum install https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.4.
1
-1.x86_64.rpm
$ sudo yum install https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.4.
2
-1.x86_64.rpm
Or install manually using
`rpm`
.
#### On CentOS / Fedora / Redhat:
$ wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.4.
1
-1.x86_64.rpm
$ wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.4.
2
-1.x86_64.rpm
$ sudo yum install initscripts fontconfig
$ sudo rpm -Uvh grafana-4.4.
1
-1.x86_64.rpm
$ sudo rpm -Uvh grafana-4.4.
2
-1.x86_64.rpm
#### On OpenSuse:
...
...
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