I am trying to get setup with playing with Cloud Foundry so I thought I would start to capture details here.
Getting Started
Networking Problems
sudo dhclient
~/cloudfoundry/vcap/dev_setup/bin/vcap_dev stopcd ~/cloudfoundry/.deployments/devbox/config/sed -i ‘s/<OLDIP>/<NEWIP>/g’ *.yml
# CHANGE THE IP ADDRESS AT THE ENDsudo /etc/init.d/postgresql-8.4 restart~/cloudfoundry/vcap/dev_setup/bin/vcap_dev start~/cloudfoundry/vcap/dev_setup/bin/vcap_dev status
