A personal habit I have is to add "gotcha" to help people debug issues. Here are some things I would add:
- make sure you are running elastic search version 2.4.6 rather than the lastest version
- ensure elastic search is running before running the make file
- In the make file, you may need to change the word "python" to "python2"; depending on how your machine runs python2.7
A personal habit I have is to add "gotcha" to help people debug issues. Here are some things I would add: