install.asciidoc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. [float]
  23. [[config-mgmt-tools]]
  24. === Configuration Management Tools
  25. We also provide the following configuration management tools to help with
  26. large deployments:
  27. [horizontal]
  28. Puppet:: https://github.com/elastic/puppet-elasticsearch[puppet-elasticsearch]
  29. Chef:: https://github.com/elastic/cookbook-elasticsearch[cookbook-elasticsearch]
  30. include::install/zip-targz.asciidoc[]
  31. include::install/deb.asciidoc[]
  32. include::install/rpm.asciidoc[]
  33. include::install/windows.asciidoc[]