install.asciidoc 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [[install-elasticsearch]]
  2. == Installing Elasticsearch
  3. Elasticsearch is provided in the following package formats:
  4. [horizontal]
  5. `zip`/`tar.gz`::
  6. The `zip` and `tar.gz` packages are suitable for installation on any system
  7. and are the easiest choice for getting started with Elasticsearch.
  8. +
  9. <<zip-targz>> or <<windows>>
  10. `deb`::
  11. The `deb` package is suitable for Debian, Ubuntu, and other Debian-based
  12. systems. Debian packages may be downloaded from the Elasticsearch website or
  13. from our Debian repository.
  14. +
  15. <<deb>>
  16. `rpm`::
  17. The `rpm` package is suitable for installation on Red Hat, Centos, SLES,
  18. OpenSuSE and other RPM-based systems. RPMs may be downloaded from the
  19. Elasticsearch website or from our RPM repository.
  20. +
  21. <<rpm>>
  22. `docker`::
  23. An image is available for running Elasticsearch as a Docker container. It ships with https://www.elastic.co/guide/en/x-pack/current/index.html[X-Pack] pre-installed and may be downloaded from the Elastic Docker Registry.
  24. +
  25. <<docker>>
  26. [float]
  27. [[config-mgmt-tools]]
  28. === Configuration Management Tools
  29. We also provide the following configuration management tools to help with
  30. large deployments:
  31. [horizontal]
  32. Puppet:: https://github.com/elastic/puppet-elasticsearch[puppet-elasticsearch]
  33. Chef:: https://github.com/elastic/cookbook-elasticsearch[cookbook-elasticsearch]
  34. include::install/zip-targz.asciidoc[]
  35. include::install/deb.asciidoc[]
  36. include::install/rpm.asciidoc[]
  37. include::install/windows.asciidoc[]
  38. include::install/docker.asciidoc[]