| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 | [[install-elasticsearch]]== Installing ElasticsearchElasticsearch is provided in the following package formats:[horizontal]`zip`/`tar.gz`::The `zip` and `tar.gz` packages are suitable for installation on any systemand are the easiest choice for getting started with Elasticsearch.+<<zip-targz>> or <<windows>>`deb`::The `deb` package is suitable for Debian, Ubuntu, and other Debian-basedsystems.  Debian packages may be downloaded from the Elasticsearch website orfrom our Debian repository.+<<deb>>`rpm`::The `rpm` package is suitable for installation on Red Hat, Centos, SLES,OpenSuSE and other RPM-based systems.  RPMs may be downloaded from theElasticsearch website or from our RPM repository.+<<rpm>>`docker`::An image is available for running Elasticsearch as a Docker container. It ships with {xpack}/index.html[X-Pack] pre-installed and may be downloaded from the Elastic Docker Registry.+<<docker>>[float][[config-mgmt-tools]]=== Configuration Management ToolsWe also provide the following configuration management tools to help withlarge deployments:[horizontal]Puppet:: https://github.com/elastic/puppet-elasticsearch[puppet-elasticsearch]Chef::   https://github.com/elastic/cookbook-elasticsearch[cookbook-elasticsearch]Ansible:: https://github.com/elastic/ansible-elasticsearch[ansible-elasticsearch]include::install/zip-targz.asciidoc[]include::install/deb.asciidoc[]include::install/rpm.asciidoc[]include::install/windows.asciidoc[]include::install/docker.asciidoc[]
 |