-
-
Save ketansp/1ebf74d4fd70949c824268c7d8534e56 to your computer and use it in GitHub Desktop.
How to install specific version of elasticsearch via brew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew tap homebrew/versions | |
brew cask install java | |
brew search elasticsearch | |
brew install [email protected] | |
brew services start [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment