Skip to content

Commit 8964474

Browse files
Add a start-local section in the readme (#3042)
1 parent 6bfbdaf commit 8964474

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,24 @@ Documentation for the client is [available on elastic.co] and [Read the Docs].
9090
[Read the Docs]: https://elasticsearch-py.readthedocs.io
9191

9292

93+
## Try Elasticsearch and Kibana locally
94+
95+
If you want to try Elasticsearch and Kibana locally, you can run the following command:
96+
97+
```bash
98+
curl -fsSL https://elastic.co/start-local | sh
99+
```
100+
101+
This will run Elasticsearch at [http://localhost:9200](http://localhost:9200) and Kibana at [http://localhost:5601](http://localhost:5601).
102+
103+
More information is available [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/run-elasticsearch-locally.html).
104+
105+
106+
## Contributing
107+
108+
See [CONTRIBUTING.md](./CONTRIBUTING.md)
109+
110+
93111
## License
94112

95113
This software is licensed under the [Apache License 2.0](./LICENSE). See [NOTICE](./NOTICE).

0 commit comments

Comments
 (0)