mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
* [DOCS] Add local dev setup instructions - Replace existing Run ES in Docker locally page, with simpler no-security local dev setup - Move this file into Quickstart folder, along with existing quickstart guide - Update self-managed instructions in Quickstart guide to use local dev approach
12 lines
No EOL
545 B
Text
12 lines
No EOL
545 B
Text
|
|
// tag::cloud[]
|
|
include::{docs-root}/shared/cloud/ess-getting-started.asciidoc[tag=generic]
|
|
|
|
. Click **Continue** to open {kib}, the user interface for {ecloud}.
|
|
|
|
. Click **Explore on my own**.
|
|
// end::cloud[]
|
|
|
|
// tag::self-managed[]
|
|
Refer to our <<run-elasticsearch-locally, quickstart local dev instructions>> to quickly spin up a local development environment in Docker. If you don't need {kib}, you'll only need one `docker run` command to start {es}. Please note that this setup is *not suitable for production use*.
|
|
// end::self-managed[] |