There is a really beautiful question written here: Homebrew install specific version of formula?, however the solution is not working for me, I believe due to changes in brew.
I'm currently trying to install version 1.7.5 of elastic search onto my machine but am currently unable to. It's not saved on my machine, and I'm thinking they removed brew versions since I cannot use it, and running
brew tap homebrew/boneyard
brew versions elasticsearch
throws an error saying Error: Unknown command: version
.
I'm wondering what other options I have for installing elastic search 1.7.5, especially on brew, but at least so I can use it for my local setup (We need to upgrade the server, but first I need to get it running).
The version is also downloadable here https://www.elastic.co/downloads/past-releases/elasticsearch-1-7-5 but I'm again unsure how to run it on my rails project.
Thanks!