Skip to content

Instantly share code, notes, and snippets.

@AtulKsol
Forked from evgeniy-trebin/brew_elasticsearch.sh
Created April 27, 2020 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AtulKsol/dced2c167dc7dde8d8d267a276916c03 to your computer and use it in GitHub Desktop.
Save AtulKsol/dced2c167dc7dde8d8d267a276916c03 to your computer and use it in GitHub Desktop.
How to install specific version of elasticsearch via brew
brew tap homebrew/versions
brew cask install java
brew search elasticsearch
brew install elasticsearch@2.3
brew services start elasticsearch@2.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment