mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 02:29:33 +08:00

Updates the docs to work with the website repo - mainly relative link updates. Adds a menu.yaml file to build the sidebar menu (no longer using front matter weight).
25 lines
845 B
Markdown
25 lines
845 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]({{< relref "requirements" >}})
|
|
- [Installing on Debian / Ubuntu]({{< relref "debian" >}})
|
|
- [Installing on RPM-based Linux (CentOS, Fedora, OpenSuse, RedHat)]({{< relref "rpm" >}})
|
|
- [Installing on macOS]({{< relref "mac" >}})
|
|
- [Installing on Windows]({{< relref "windows" >}})
|
|
- [Installing on Docker]({{< relref "docker" >}})
|
|
- [Installing using Provisioning (Chef, Puppet, Salt, Ansible, etc)]({{< relref "../administration/provisioning" >}})
|
|
- [Nightly Builds](https://grafana.com/grafana/download)
|
|
|
|
|