File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,18 @@ Elasticsearch language clients are only backwards compatible with default distri
83
83
| 8.x | → | 8.x | 8.x |
84
84
| main | → | main | |
85
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
+
86
98
## Development
87
99
88
100
See [ CONTRIBUTING] ( https://github.com/elastic/elasticsearch-ruby/blob/main/CONTRIBUTING.md ) .
You can’t perform that action at this time.
0 commit comments