Files
Torkel Ödegaard a4ef1e22d6 Updated docs
2015-04-13 07:55:07 +02:00

1.3 KiB

page_title page_description page_keywords
Grafana Installation Install guide for Grafana. grafana, installation, documentation

Installation

Grafana is easily installed via a Debian/Ubuntu package (.deb), via Redhat/Centos package (.rpm) or manually via a tar that contains all required files and binaries. If you can't find a package or binary for your platform you might be able to build one your self, read build from source instructions for more information.

Dependencies

There are no dependencies with the default configuration. You can switch from a sqlite3 database to mysql or postgres but that is optional. For small to medium setups sqlite3 should suffice.

Install using provisioning

If you prefer to install grafana via Puppet, Ansible, Docker or Chef. This page has compiled a list of repositories for different provisioning systems

Configuration

The backend web server has a number of configuration options. Go the Configuration page for details on all those options.