File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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
95113This software is licensed under the [ Apache License 2.0] ( ./LICENSE ) . See [ NOTICE] ( ./NOTICE ) .
You can’t perform that action at this time.
0 commit comments