OpenSearch/docs/reference/setup/starting.asciidoc
Ryan Ernst 7e8f1c2da7
Add docs for bundled jdk (#40487)
This commit changes the note in docs about required java version to note
the existence of the bundled jdk and how to bring your own java. It also
reorganizes the zip/targz docs as zip is no longer suitable on
Linux/MacOS.
2019-03-29 09:08:32 -04:00

73 lines
1.6 KiB
Plaintext

[[starting-elasticsearch]]
== Starting Elasticsearch
The method for starting {es} varies depending on how you installed it.
[float]
[[start-targz]]
=== Archive packages (`.tar.gz`)
If you installed {es} with a `.tar.gz` package, you can start {es} from the
command line.
[float]
include::install/targz-start.asciidoc[]
[float]
include::install/targz-daemon.asciidoc[]
[float]
[[start-zip]]
=== Archive packages (`.zip`)
If you installed {es} on Windows with a `.zip` package, you can start {es} from
the command line. If you want {es} to start automatically at boot time without
any user interaction, <<windows-service,install {es} as a service>>.
[float]
include::install/zip-windows-start.asciidoc[]
[float]
[[start-deb]]
=== Debian packages
include::install/init-systemd.asciidoc[]
[float]
include::install/deb-init.asciidoc[]
[float]
include::install/systemd.asciidoc[]
[float]
[[start-docker]]
=== Docker images
If you installed a Docker image, you can start {es} from the command line. There
are different methods depending on whether you're using development mode or
production mode. See <<docker-cli-run>>.
[float]
[[start-msi]]
=== MSI packages
If you installed {es} on Windows using the `.msi` package, you can start {es}
from the command line. If you want it to start automatically at boot time
without any user interaction,
<<msi-installer-windows-service,install {es} as a Windows service>>.
[float]
include::install/msi-windows-start.asciidoc[]
[float]
[[start-rpm]]
=== RPM packages
include::install/init-systemd.asciidoc[]
[float]
include::install/rpm-init.asciidoc[]
[float]
include::install/systemd.asciidoc[]