We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e2531 commit c894b6bCopy full SHA for c894b6b
README.md
@@ -83,6 +83,18 @@ Elasticsearch language clients are only backwards compatible with default distri
83
| 8.x | → | 8.x | 8.x |
84
| main | → | main | |
85
86
+## Try Elasticsearch and Kibana locally
87
+
88
+If you want to try Elasticsearch and Kibana locally, you can run the following command:
89
90
+```bash
91
+curl -fsSL https://elastic.co/start-local | sh
92
+```
93
94
+This will run Elasticsearch at http://localhost:9200 and Kibana at http://localhost:5601 using Docker.
95
96
+More information is available [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/run-elasticsearch-locally.html).
97
98
## Development
99
100
See [CONTRIBUTING](https://github.com/elastic/elasticsearch-ruby/blob/main/CONTRIBUTING.md).
0 commit comments