ruby - Installing very old versions with brew -


there beautiful question written here: homebrew install specific version of formula?, solution not working me, believe due changes in brew.

i'm trying install version 1.7.5 of elastic search onto machine unable to. it's not saved on machine, , i'm thinking removed brew versions since cannot use it, , running

brew tap homebrew/boneyard brew versions elasticsearch 

throws error saying error: unknown command: version.

i'm wondering other options have installing elastic search 1.7.5, on brew, @ least can use local setup (we need upgrade server, first need running).

the version downloadable here https://www.elastic.co/downloads/past-releases/elasticsearch-1-7-5 i'm again unsure how run on rails project.

thanks!

i've come closer solution! think best solution we'll abandon brew , run elasticsearch.

you can download tar ball , run ./elasticsearch inside bin.

i found decent instructions here: https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html

this said it's still not running rails site, think issue may else point. i'll edit if find better solution.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -