grafana/docs/sources/installation/index.md

35 lines
1.3 KiB
Markdown
Raw Normal View History

2015-03-10 15:55:42 +08:00
---
page_title: Grafana Installation
page_description: Install guide for Grafana.
page_keywords: grafana, installation, documentation
---
# Installation
2015-04-13 13:55:07 +08:00
Grafana is easily installed via a Debian/Ubuntu package (.deb), via Redhat/Centos package (.rpm) or manually via
2015-03-11 00:54:07 +08:00
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](../project/building_from_source) instructions for more information.
2015-03-10 15:55:42 +08:00
2015-04-13 13:55:07 +08:00
- [Installing on Debian / Ubuntu](debian.md)
- [Installing on RPM-based Linux (CentOS, Fedora, OpenSuse, RedHat)](rpm.md)
- [Installing on Mac OS X](mac.md)
- [Installing on Windows](windows.md)
- [Installing on Docker](docker.md)
2015-04-13 03:28:01 +08:00
2015-04-13 13:55:07 +08:00
# 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.
2015-03-10 15:55:42 +08:00
## Install using provisioning
If you prefer to install grafana via Puppet, Ansible, Docker or Chef. [This page](provisioning) has compiled a
list of repositories for different provisioning systems
2015-03-10 15:55:42 +08:00
2015-03-11 00:54:07 +08:00
## Configuration
The backend web server has a number of configuration options. Go the [Configuration](configuration) page for details
on all those options.
2015-03-11 00:54:07 +08:00
2015-04-13 13:55:07 +08:00