starting.asciidoc 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. [[starting-elasticsearch]]
  2. == Starting Elasticsearch
  3. The method for starting {es} varies depending on how you installed it.
  4. [discrete]
  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. [discrete]
  10. include::install/targz-start.asciidoc[]
  11. [discrete]
  12. include::install/targz-daemon.asciidoc[]
  13. [discrete]
  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. [discrete]
  20. include::install/zip-windows-start.asciidoc[]
  21. [discrete]
  22. [[start-deb]]
  23. === Debian packages
  24. [discrete]
  25. [[start-es-deb-systemd]]
  26. include::install/systemd.asciidoc[]
  27. [discrete]
  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. [discrete]
  34. [[start-rpm]]
  35. === RPM packages
  36. [discrete]
  37. [[start-es-rpm-systemd]]
  38. include::install/systemd.asciidoc[]