epcim
10/20/2015 - 9:43 AM

cloudfoundry-console.howto.md

Cloudfoundry console, IBM bluemix

cf push -c "curl -s https://raw.github.com/dmikusa-pivotal/cf-debug-tools/master/debug-console.sh | bash" yourapp

#console-websocket-cf-plugin

gem install console-websocket-cf-plugin
cd yourapp
wget https://github.com/danhigham/console-websocket-cf-plugin/blob/master/console-server/console-server-linux-amd64?raw=true
##Modify the application manifest, note the 'command' property
command: ./console-server-linux-amd64 -console-process="rails c" -main-process="bundle exec rails s -p 8080"
cf push --reset
cf console <app name>