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
dd6f606c
Commit
dd6f606c
authored
Jan 04, 2019
by
Leonard Gram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: updated debian and centos repo.
parent
2de57f09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
26 deletions
+11
-26
docs/sources/installation/debian.md
+6
-15
docs/sources/installation/rpm.md
+5
-11
No files found.
docs/sources/installation/debian.md
View file @
dd6f606c
...
@@ -34,32 +34,23 @@ sudo dpkg -i grafana_<version>_amd64.deb
...
@@ -34,32 +34,23 @@ sudo dpkg -i grafana_<version>_amd64.deb
Example:
Example:
```
bash
```
bash
wget https://
s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_5.1.4
_amd64.deb
wget https://
dl.grafana.com/oss/release/grafana_5.4.2
_amd64.deb
sudo
apt-get install
-y
adduser libfontconfig
sudo
apt-get install
-y
adduser libfontconfig
sudo
dpkg
-i
grafana_5.
1.4
_amd64.deb
sudo
dpkg
-i
grafana_5.
4.2
_amd64.deb
```
```
## APT Repository
## APT Repository
Add the following line to your
`/etc/apt/sources.list`
file
.
Create a file
`/etc/apt/sources.list.d/grafana.list`
and add the following to it
.
```
bash
```
bash
deb https://package
cloud.io/grafana/stable/debian/ stretch
main
deb https://package
s.grafana.com/oss/deb stable
main
```
```
Use the above line even if you are on Ubuntu or another Debian version.
Use the above line even if you are on Ubuntu or another Debian version. Then add our gpg key. This allows you to install signed packages.
There is also a testing repository if you want beta or release
candidates.
```
bash
```
bash
deb https://packagecloud.io/grafana/testing/debian/ stretch main
curl https://packages.grafana.com/gpg.key |
sudo
apt-key add -
```
Then add the
[
Package Cloud
](
https://packagecloud.io/grafana
)
key. This
allows you to install signed packages.
```
bash
curl https://packagecloud.io/gpg.key |
sudo
apt-key add -
```
```
Update your Apt repositories and install Grafana
Update your Apt repositories and install Grafana
...
...
docs/sources/installation/rpm.md
View file @
dd6f606c
...
@@ -32,7 +32,7 @@ $ sudo yum install <rpm package url>
...
@@ -32,7 +32,7 @@ $ sudo yum install <rpm package url>
Example:
Example:
```
bash
```
bash
$
sudo
yum install https://
s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-5.1.4
-1.x86_64.rpm
$
sudo
yum install https://
dl.grafana.com/oss/release/grafana-5.4.2
-1.x86_64.rpm
```
```
Or install manually using
`rpm`
. First execute
Or install manually using
`rpm`
. First execute
...
@@ -44,7 +44,7 @@ $ wget <rpm package url>
...
@@ -44,7 +44,7 @@ $ wget <rpm package url>
Example:
Example:
```
bash
```
bash
$
wget https://
s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-5.1.4
-1.x86_64.rpm
$
wget https://
dl.grafana.com/oss/release/grafana-5.4.2
-1.x86_64.rpm
```
```
### On CentOS / Fedora / Redhat:
### On CentOS / Fedora / Redhat:
...
@@ -67,21 +67,15 @@ Add the following to a new file at `/etc/yum.repos.d/grafana.repo`
...
@@ -67,21 +67,15 @@ Add the following to a new file at `/etc/yum.repos.d/grafana.repo`
```
bash
```
bash
[
grafana]
[
grafana]
name
=
grafana
name
=
grafana
baseurl
=
https://package
cloud.io/grafana/stable/el/7/
$basearch
baseurl
=
https://package
s.grafana.com/oss/rpm
repo_gpgcheck
=
1
repo_gpgcheck
=
1
enabled
=
1
enabled
=
1
gpgcheck
=
1
gpgcheck
=
1
gpgkey
=
https://package
cloud.io/gpg.key https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana
gpgkey
=
https://package
s.grafana.com/gpg.key
sslverify
=
1
sslverify
=
1
sslcacert
=
/etc/pki/tls/certs/ca-bundle.crt
sslcacert
=
/etc/pki/tls/certs/ca-bundle.crt
```
```
There is also a testing repository if you want beta or release candidates.
```
bash
baseurl
=
https://packagecloud.io/grafana/testing/el/7/
$basearch
```
Then install Grafana via the
`yum`
command.
Then install Grafana via the
`yum`
command.
```
bash
```
bash
...
@@ -91,7 +85,7 @@ $ sudo yum install grafana
...
@@ -91,7 +85,7 @@ $ sudo yum install grafana
### RPM GPG Key
### RPM GPG Key
The RPMs are signed, you can verify the signature with this
[
public GPG
The RPMs are signed, you can verify the signature with this
[
public GPG
key](https://
grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana
).
key](https://
packages.grafana.com/gpg.key
).
## Package details
## Package details
...
...
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