I would have submitted this as a pull request, but I am not sure if you had a preferred way of doing this or an opinion on where this should go in the Readme.
When importing data, I got a connection error and realized it was because I didn't have Elastic search running. Maybe add something to the Setup section?
Details if you decide to add something specific to the readme.....
Make sure that elastic search is running. From the Homebrew Elastic Search install:
To have launchd start elasticsearch at login:
ln -sfv /usr/local/opt/elasticsearch/*.plist ~/Library/LaunchAgents
Then to load elasticsearch now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist
Or, if you don't want/need launchctl, you can just run:
elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml
I would have submitted this as a pull request, but I am not sure if you had a preferred way of doing this or an opinion on where this should go in the Readme.
When importing data, I got a connection error and realized it was because I didn't have Elastic search running. Maybe add something to the Setup section?
Details if you decide to add something specific to the readme.....
If you get this error while importing data:
Make sure that elastic search is running. From the Homebrew Elastic Search install: