starting.asciidoc 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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/targz-start.asciidoc[]
  11. [float]
  12. include::install/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. [float]
  25. [[start-es-deb-systemd]]
  26. include::install/systemd.asciidoc[]
  27. [float]
  28. [[start-docker]]
  29. === Docker images
  30. If you installed a Docker image, you can start {es} from the command line. There
  31. are different methods depending on whether you're using development mode or
  32. production mode. See <<docker-cli-run>>.
  33. [float]
  34. [[start-msi]]
  35. === MSI packages
  36. If you installed {es} on Windows using the `.msi` package, you can start {es}
  37. from the command line. If you want it to start automatically at boot time
  38. without any user interaction,
  39. <<msi-installer-windows-service,install {es} as a Windows service>>.
  40. [float]
  41. include::install/msi-windows-start.asciidoc[]
  42. [float]
  43. [[start-rpm]]
  44. === RPM packages
  45. [float]
  46. [[start-es-rpm-systemd]]
  47. include::install/systemd.asciidoc[]