475673c82f
Adds a new requirements page to the installation docs. Wanted/needed some place to document known browser issues and thought that adding this missing page together with OS, hardware, database and browser requirements would be a good thing. Fix: move 6.4 section in upgrade notes further down. Fixes #16487 Ref #18690
25 lines
711 B
Markdown
25 lines
711 B
Markdown
+++
|
|
title = "Installation"
|
|
description = "Install guide for Grafana"
|
|
keywords = ["grafana", "installation", "documentation"]
|
|
type = "docs"
|
|
aliases = ["installation/installation/", "v2.1/installation/install/", "install"]
|
|
[menu.docs]
|
|
name = "Installation"
|
|
identifier = "installation"
|
|
weight = 1
|
|
+++
|
|
|
|
## Installing Grafana
|
|
|
|
- [Requirements](requirements)
|
|
- [Installing on Debian / Ubuntu](debian)
|
|
- [Installing on RPM-based Linux (CentOS, Fedora, OpenSuse, RedHat)](rpm)
|
|
- [Installing on Mac OS X](mac)
|
|
- [Installing on Windows](windows)
|
|
- [Installing on Docker](docker)
|
|
- [Installing using Provisioning (Chef, Puppet, Salt, Ansible, etc)](provisioning)
|
|
- [Nightly Builds](https://grafana.com/grafana/download)
|
|
|
|
|