juggernaut: command not found
Am trying to install juggernaut following the steps here juggernaut -c juggernaut.yml, I开发者_Go百科 got "juggernaut: command not found", any suggestions would be appreciated.
Actually, after reading the README file in the /vendor/Juggernaut_plugin, I realized that there was a missing gem which named 'maccman-juggernaut' installed through "gem install maccman-juggernaut -s http://gems.github.com". After installing this gem the command juggernaut worked for me for the server and configure. Push notifications is very important and I hope the documentation of juggernaut to be enhanced soon.
I had this problem too, and its because I was installing the older version. I don't know why they don't update the rubyforge page with the new info >:|
go here to get Juggernaut 2!
use npm install -g to get the command installed
or just: node juggernaut/server.js &
精彩评论