starting.asciidoc 1.7 KB

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