install.asciidoc 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. [[install-elasticsearch]]
  2. == Installing Elasticsearch
  3. [discrete]
  4. === Hosted Elasticsearch
  5. {ess-leadin}
  6. [discrete]
  7. === Installing Elasticsearch Yourself
  8. Elasticsearch is provided in the following package formats:
  9. [horizontal]
  10. Linux and MacOS `tar.gz` archives::
  11. The `tar.gz` archives are available for installation on any Linux distribution and MacOS.
  12. +
  13. <<targz>>
  14. Windows `.zip` archive::
  15. The `zip` archive is suitable for installation on Windows.
  16. +
  17. <<zip-windows>>
  18. `deb`::
  19. The `deb` package is suitable for Debian, Ubuntu, and other Debian-based
  20. systems. Debian packages may be downloaded from the Elasticsearch website or
  21. from our Debian repository.
  22. +
  23. <<deb>>
  24. `rpm`::
  25. The `rpm` package is suitable for installation on Red Hat, Centos, SLES,
  26. OpenSuSE and other RPM-based systems. RPMs may be downloaded from the
  27. Elasticsearch website or from our RPM repository.
  28. +
  29. <<rpm>>
  30. `docker`::
  31. Images are available for running Elasticsearch as Docker containers. They may be
  32. downloaded from the Elastic Docker Registry.
  33. +
  34. {ref}/docker.html[Install {es} with Docker]
  35. include::install/targz.asciidoc[]
  36. include::install/zip-windows.asciidoc[]
  37. include::install/deb.asciidoc[]
  38. include::install/rpm.asciidoc[]
  39. include::install/docker.asciidoc[]