Skip to content

Instantly share code, notes, and snippets.

View christophior's full-sized avatar

Chris Villarreal christophior

View GitHub Profile
@christophior
christophior / elasticsearch_mac_install.sh
Last active December 20, 2015 03:49
How to install and run elasticsearch on a mac. Version number might be different so keep that consistent when installing.
# download elasticsearch from their site and unzip (http://www.elasticsearch.org/download/)
# open a console in the download directory and pull down the elastic search service wrapper from github.
$ cd ~/Downloads
$ git clone https://github.com/elasticsearch/elasticsearch-servicewrapper.git elasticsearch-servicewrapper
# Now we will move the service into place
$ cd ~/Downloads
$ sudo mv elasticsearch-0.90.2 /usr/local/share
$ cd elasticsearch-servicewrapper