We use multiple approaches to getting conveyor running, the majority using Docker. Unless you really like doing things the hard way, or you have special hatred for Docker, we strongly recommend using one of the Docker installs to get yourself running.
curl -L -O https://github.com/samtecspg/conveyor/releases/download/v1.4.0/conveyor-v1.4.0.zip
unzip conveyor-v1.4.0.zip
cd conveyor-v1.4.0
docker-compose up
[... LOTS building output ...]
Attaching to conveyor_elasticsearch_1, conveyor_node-red_1, conveyor_api_1, conveyor_kibana_1
[... Lots of log output ...]
kibana_1 | {"type":"log","@timestamp":"2017-10-09T21:10:48Z","tags":["status","plugin:elasticsearch@5.4.0","info"],"pid":1,"state":"green","message":"Status changed from yellow to green - Kibana index ready"
Once Kibana is green, you’re ready to go! Please note that Kibana can often take 3-5 minutes to startup.