redis_1 | [1] 10 Jul 15:02:29.359 * The server is now ready to accept connections on port 6379
backend_1 | waiting for mongo...
frontend_1 | grunt-cli: The grunt command line interface. (v0.1.13)
frontend_1 |
frontend_1 | Fatal error: Unable to find local grunt.
frontend_1 |
frontend_1 | If you're seeing this message, either a Gruntfile wasn't found or grunt
frontend_1 | hasn't been installed locally to your project. For more information about
frontend_1 | installing and configuring grunt, please see the Getting Started guide:
frontend_1 |
frontend_1 | http://gruntjs.com/getting-started
superdesk_frontend_1 exited with code 99
Any ideas?
Thanks
kibana_1 | {"@timestamp":"2015-07-10T16:40:30.044Z","level":"warn","message":"Unable to revive connection: http://elastic:9200/","node_env":"production"}
kibana_1 | {"@timestamp":"2015-07-10T16:40:30.045Z","level":"warn","message":"No living connections","node_env":"production"}
kibana_1 | {"@timestamp":"2015-07-10T16:40:30.045Z","level":"info","message":"Unable to connect to elasticsearch at http://elastic:9200. Retrying in 2.5 seconds.","node_env":"production"}
backend_1 | waiting for mongo...
backend_1 | waiting for elastic...
backend_1 | waiting for elastic...
backend_1 | waiting for mongo...
I also noticed some scripts calling readlink -e, which doesn't exist in Mac OS X. So i modified those lines with the actual physical path such as
#WORK_DIR=$(readlink $(dirname "$0"))
WORK_DIR=/Users/anning.chen/dev/superdesk/scripts
in scripts/docker-local-demo.sh
Why won't elastic and mongo start?
It looks like you're new here. If you want to get involved, click one of these buttons!