mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
updated install docs for 2.1.1 release
This commit is contained in:
parent
be7a3a0940
commit
809562c874
@ -1,4 +1,4 @@
|
||||
# 2.1.1 (unreleased)
|
||||
# 2.1.1 (2015-08-11)
|
||||
|
||||
**Fixes**
|
||||
- [Issue #2443](https://github.com/grafana/grafana/issues/2443). Templating: Fix for buggy repeat row behavior when combined with with repeat panel due to recent change before 2.1 release
|
||||
|
@ -10,13 +10,13 @@ page_keywords: grafana, installation, debian, ubuntu, guide
|
||||
|
||||
Description | Download
|
||||
------------ | -------------
|
||||
.deb for Debian-based Linux | [grafana_2.1.0_amd64.deb](https://grafanarel.s3.amazonaws.com/builds/grafana_2.1.0_amd64.deb)
|
||||
.deb for Debian-based Linux | [grafana_2.1.1_amd64.deb](https://grafanarel.s3.amazonaws.com/builds/grafana_2.1.1_amd64.deb)
|
||||
|
||||
## Install
|
||||
|
||||
$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_2.1.0_amd64.deb
|
||||
$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_2.1.1_amd64.deb
|
||||
$ sudo apt-get install -y adduser libfontconfig
|
||||
$ sudo dpkg -i grafana_2.1.0_amd64.deb
|
||||
$ sudo dpkg -i grafana_2.1.1_amd64.deb
|
||||
|
||||
## APT Repository
|
||||
Add the following line to your `/etc/apt/sources.list` file.
|
||||
|
@ -10,18 +10,18 @@ page_keywords: grafana, installation, centos, fedora, opensuse, redhat, guide
|
||||
|
||||
Description | Download
|
||||
------------ | -------------
|
||||
.RPM for Fedora / RHEL / CentOS Linux | [grafana-2.1.0-1.x86_64.rpm](https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.0-1.x86_64.rpm)
|
||||
.RPM for Fedora / RHEL / CentOS Linux | [grafana-2.1.1-1.x86_64.rpm](https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.1-1.x86_64.rpm)
|
||||
|
||||
## Install from package file
|
||||
|
||||
You can install Grafana using Yum directly.
|
||||
|
||||
$ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.0-1.x86_64.rpm
|
||||
$ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.1-1.x86_64.rpm
|
||||
|
||||
Or install manually using `rpm`.
|
||||
|
||||
$ sudo yum install initscripts fontconfig
|
||||
$ sudo rpm -Uvh grafana-2.1.0-1.x86_64.rpm
|
||||
$ sudo rpm -Uvh grafana-2.1.1-1.x86_64.rpm
|
||||
|
||||
## Install via YUM Repository
|
||||
|
||||
|
@ -10,7 +10,7 @@ page_keywords: grafana, installation, windows guide
|
||||
|
||||
Description | Download
|
||||
------------ | -------------
|
||||
Zip package for Windows | [grafana.2.1.0.windows-x64.zip](https://grafanarel.s3.amazonaws.com/winbuilds/dist/grafana-2.1.0.windows-x64.zip)
|
||||
Zip package for Windows | [grafana.2.1.1.windows-x64.zip](https://grafanarel.s3.amazonaws.com/winbuilds/dist/grafana-2.1.1.windows-x64.zip)
|
||||
|
||||
## Configure
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user