Skip to content

Commit 85ba029

Browse files
authored
Remove duplicate start-local page (#2745)
1 parent bbdb35f commit 85ba029

File tree

9 files changed

+46
-60
lines changed

9 files changed

+46
-60
lines changed

deploy-manage/_snippets/deployment-options-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* [**{{ecloud}}**](/deploy-manage/deploy/elastic-cloud.md): Get a hosted solution up and running in minutes.
44
* [**{{ech}}**](/deploy-manage/deploy/elastic-cloud/cloud-hosted.md): Our hosted {{stack}} offering, deployed in the cloud with your provider of choice. Sign up for a [14-day free trial](https://cloud.elastic.co/registration).
55
* [**{{serverless-full}}**](/deploy-manage/deploy/elastic-cloud/serverless.md): Create serverless projects for autoscaled and fully managed Elastic deployments. Sign up for a [14-day free trial](https://cloud.elastic.co/serverless-registration).
6-
* [**Local development**](/solutions/search/run-elasticsearch-locally.md): Get started quickly with {{es}} and {{kib}} in Docker for local development and testing.
6+
* [**Local development**](/deploy-manage/deploy/self-managed/local-development-installation-quickstart.md): Get started quickly with {{es}} and {{kib}} in Docker for local development and testing.
77

88
**Advanced options**
99

deploy-manage/deploy/self-managed/_snippets/start-local.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

deploy-manage/deploy/self-managed/local-development-installation-quickstart.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,42 @@ products:
1111

1212
# Local development installation (quickstart) [run-elasticsearch-locally]
1313

14-
:::{include} /deploy-manage/deploy/self-managed/_snippets/start-local.md
14+
::::{warning}
15+
**DO NOT USE THESE INSTRUCTIONS FOR PRODUCTION DEPLOYMENTS**
16+
17+
The instructions on this page are for **local development only**. Do not use this configuration for production deployments, because it is not secure. Refer to [deployment options](/get-started/deployment-options.md) for a list of production deployment options.
18+
::::
19+
20+
Quickly set up {{es}} and {{kib}} in Docker for local development or testing, using this one-liner in the command line.
21+
22+
:::{info}
23+
This setup comes with a one-month trial license that includes all Elastic features.
1524
:::
25+
26+
## Prerequisites [local-dev-prerequisites]
27+
28+
* If you don’t have Docker installed, [download and install Docker Desktop](https://www.docker.com/products/docker-desktop) for your operating system.
29+
* If you’re using Microsoft Windows, then install [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/install).
30+
31+
## Step 1: Run `start-local` script [local-dev-quick-start]
32+
33+
To set up {{es}} and {{kib}} locally, run the `start-local` script in the command line:
34+
35+
```sh
36+
curl -fsSL https://elastic.co/start-local | sh
37+
```
38+
39+
After running the script, you can access Elastic services at the following endpoints:
40+
41+
* **{{es}}**: [http://localhost:9200](http://localhost:9200)
42+
* **{{kib}}**: [http://localhost:5601](http://localhost:5601)
43+
44+
That's it! There's no step 2.
45+
46+
## Learn more [local-dev-additional-info]
47+
48+
For more detailed information about the `start-local` setup, refer to the [README on GitHub](https://github.com/elastic/start-local). Learn about customizing the setup, logging, and more.
49+
50+
## Next steps [local-dev-next-steps]
51+
52+
Use our [quick start guides](/solutions/search/get-started/quickstarts.md) to learn the basics of {{es}}.

deploy-manage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this section, you'll learn about how to deploy and manage all aspects of your
2020
This section focuses on deploying and managing the core components of the {{stack}}: {{es}} and {{kib}}. It also documents deploying and managing supporting orchestration technologies. However, depending on your use case, you might need to deploy other components. [Learn more](/get-started/the-stack.md).
2121

2222
:::{tip}
23-
To get started quickly, you can set up a [local development and testing environment](/solutions/search/run-elasticsearch-locally.md), or sign up for a [Serverless](https://cloud.elastic.co/serverless-registration) or [Hosted](https://cloud.elastic.co/registration) trial in {{ecloud}}.
23+
To get started quickly, you can set up a [local development and testing environment](/deploy-manage/deploy/self-managed/local-development-installation-quickstart.md), or sign up for a [Serverless](https://cloud.elastic.co/serverless-registration) or [Hosted](https://cloud.elastic.co/registration) trial in {{ecloud}}.
2424
:::
2525

2626
## Design and deploy

redirects.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,7 @@ redirects:
332332
'solutions/search/querydsl-full-text-filter-tutorial.md': 'elasticsearch://reference/query-languages/query-dsl/full-text-filter-tutorial.md'
333333

334334
# Related to https://github.com/elastic/docs-content/pull/2719
335-
'solutions/search/api-quickstarts.md': 'solutions/search/get-started/quickstarts.md'
335+
'solutions/search/api-quickstarts.md': 'solutions/search/get-started/quickstarts.md'
336+
337+
# Related to https://github.com/elastic/docs-content/pull/2745
338+
'solutions/search/run-elasticsearch-locally.md': 'deploy-manage/deploy/self-managed/local-development-installation-quickstart.md'

solutions/search/get-started/index-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can [convert into other programming languages](/explore-analyze/query-filter
1616

1717
You can follow this guide using any {{es}} deployment.
1818
To see all deployment options, refer to [](/deploy-manage/deploy.md#choosing-your-deployment-type).
19-
To get started quickly, spin up a cluster [locally in Docker](/solutions/search/run-elasticsearch-locally.md).
19+
To get started quickly, spin up a cluster [locally in Docker](/deploy-manage/deploy/self-managed/local-development-installation-quickstart.md).
2020

2121
## Add data to {{es}} [getting-started-index-creation]
2222

solutions/search/get-started/semantic-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ By playing with a simple use case, you'll take the first steps toward understand
2323
## Prerequisites
2424

2525
- If you're using [{{es-serverless}}](/solutions/search/serverless-elasticsearch-get-started.md), create a project with a general purpose configuration. To add the sample data, you must have a `developer` or `admin` predefined role or an equivalent custom role.
26-
- If you're using [{{ech}}](/deploy-manage/deploy/elastic-cloud/cloud-hosted.md) or [running {{es}} locally](/solutions/search/run-elasticsearch-locally.md), start {{es}} and {{kib}}. To add the sample data, log in with a user that has the `superuser` built-in role.
26+
- If you're using [{{ech}}](/deploy-manage/deploy/elastic-cloud/cloud-hosted.md) or [running {{es}} locally](/deploy-manage/deploy/self-managed/local-development-installation-quickstart.md), start {{es}} and {{kib}}. To add the sample data, log in with a user that has the `superuser` built-in role.
2727

2828
To learn about role-based access control, check out [](/deploy-manage/users-roles/cluster-or-deployment-auth/user-roles.md).
2929

solutions/search/run-elasticsearch-locally.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

solutions/toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ toc:
55
children:
66
- file: search/get-started.md
77
children:
8-
- file: search/run-elasticsearch-locally.md
98
- file: search/serverless-elasticsearch-get-started.md
109
- file: search/search-connection-details.md
1110
- file: search/get-started/quickstarts.md

0 commit comments

Comments
 (0)