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
023e4961
Commit
023e4961
authored
Jan 08, 2019
by
Leonard Gram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: rpm/deb beta repo.
parent
badd00d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
docs/sources/installation/debian.md
+6
-0
docs/sources/installation/rpm.md
+14
-0
No files found.
docs/sources/installation/debian.md
View file @
023e4961
...
@@ -47,6 +47,12 @@ Create a file `/etc/apt/sources.list.d/grafana.list` and add the following to it
...
@@ -47,6 +47,12 @@ Create a file `/etc/apt/sources.list.d/grafana.list` and add the following to it
deb https://packages.grafana.com/oss/deb stable main
deb https://packages.grafana.com/oss/deb stable main
```
```
There is a separate repository if you want beta releases.
```
bash
deb https://packages.grafana.com/oss/deb beta main
```
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.
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.
```
bash
```
bash
...
...
docs/sources/installation/rpm.md
View file @
023e4961
...
@@ -76,6 +76,20 @@ sslverify=1
...
@@ -76,6 +76,20 @@ sslverify=1
sslcacert
=
/etc/pki/tls/certs/ca-bundle.crt
sslcacert
=
/etc/pki/tls/certs/ca-bundle.crt
```
```
There is a separate repository if you want beta releases.
```
bash
[
grafana]
name
=
grafana
baseurl
=
https://packages.grafana.com/oss/rpm-beta
repo_gpgcheck
=
1
enabled
=
1
gpgcheck
=
1
gpgkey
=
https://packages.grafana.com/gpg.key
sslverify
=
1
sslcacert
=
/etc/pki/tls/certs/ca-bundle.crt
```
Then install Grafana via the
`yum`
command.
Then install Grafana via the
`yum`
command.
```
bash
```
bash
...
...
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