starting.asciidoc 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. [[starting-elasticsearch]]
  2. == Starting Elasticsearch
  3. The method for starting {es} varies depending on how you installed it.
  4. [float]
  5. [[start-targz]]
  6. === Archive packages (`.tar.gz`)
  7. If you installed {es} with a `.tar.gz` package, you can start {es} from the
  8. command line.
  9. [float]
  10. include::install/zip-targz-start.asciidoc[]
  11. [float]
  12. include::install/zip-targz-daemon.asciidoc[]
  13. [float]
  14. [[start-zip]]
  15. === Archive packages (`.zip`)
  16. If you installed {es} on Windows with a `.zip` package, you can start {es} from
  17. the command line. If you want {es} to start automatically at boot time without
  18. any user interaction, <<windows-service,install {es} as a service>>.
  19. [float]
  20. include::install/zip-windows-start.asciidoc[]
  21. [float]
  22. [[start-deb]]
  23. === Debian packages
  24. include::install/init-systemd.asciidoc[]
  25. [float]
  26. include::install/deb-init.asciidoc[]
  27. [float]
  28. include::install/systemd.asciidoc[]
  29. [float]
  30. [[start-docker]]
  31. === Docker images
  32. If you installed a Docker image, you can start {es} from the command line. There
  33. are different methods depending on whether you're using development mode or
  34. production mode. See <<docker-cli-run>>.
  35. [float]
  36. [[start-msi]]
  37. === MSI packages
  38. If you installed {es} on Windows using the `.msi` package, you can start {es}
  39. from the command line. If you want it to start automatically at boot time
  40. without any user interaction,
  41. <<msi-installer-windows-service,install {es} as a Windows service>>.
  42. [float]
  43. include::install/msi-windows-start.asciidoc[]
  44. [float]
  45. [[start-rpm]]
  46. === RPM packages
  47. include::install/init-systemd.asciidoc[]
  48. [float]
  49. include::install/rpm-init.asciidoc[]
  50. [float]
  51. include::install/systemd.asciidoc[]