grafana/docs/sources/installation/index.md

37 lines
1.2 KiB
Markdown
Raw Normal View History

2015-03-10 02:55:42 -05:00
---
page_title: Grafana Installation
page_description: Install guide for Grafana.
page_keywords: grafana, installation, documentation
---
# Installation
2015-04-13 00:55:07 -05:00
Grafana is easily installed via a Debian/Ubuntu package (.deb), via
Redhat/Centos package (.rpm) or manually via a tarball that contains all
required files and binaries. If you can't find a package or binary for
2015-08-11 13:58:30 -05:00
your platform, you might be able to build one yourself. Read the [build
from source](../project/building_from_source) instructions for more
information.
2015-03-10 02:55:42 -05:00
2015-04-13 00:55:07 -05: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 01:14:13 -05:00
- [Installing using Provisioning (Chef, Puppet, Salt, Ansible, etc)](provisioning.md)
2015-04-14 07:06:53 -05:00
- [Nightly Builds](http://grafana.org/download/builds.html)
2015-03-10 02:55:42 -05:00
2015-03-10 11:54:07 -05:00
## Configuration
The back-end web server has a number of configuration options. Go the
[Configuration](/installation/configuration) page for details on all
those options.
2015-03-10 11:54:07 -05:00
2015-04-13 01:14:13 -05:00
## Adding data sources
- [Graphite](../datasources/graphite.md)
- [InfluxDB](../datasources/influxdb.md)
- [OpenTSDB](../datasources/opentsdb.md)
2015-04-13 00:55:07 -05:00