Elasticsearch installed along with analysis-phonetic plugin
First download and install docker for mac which includes docker-compose. https://docs.docker.com/docker-for-mac/install/
> cd into the elasticsearch folder
> docker-compose up -d
> cd into the elasticsearch folder
> docker-compose down
Access Elasticsearch at http://localhost:9200
Access Kibana at http://localhost:5601