Tag: elasticSearch
-
Install elastic search on macOS with Homebrew
To install with Homebrew, you first need to tap the Elastic Homebrew repository: brew tap elastic/tap Once you’ve tapped the Elastic Homebrew repo, you can use brew install to install the latest version of Elasticsearch: brew install elastic/tap/elasticsearch-full Then we start elastic search service brew services start elastic/tap/elasticsearch-full After that we make sure elastic search…