Steps to get the application to run:
git clone git://github.com/phpfog/af-sample-wordpress.git
cd af-sample-wordpress
echo "<?php" > wp-salt.php
curl https://api.wordpress.org/secret-key/1.1/salt/ >> wp-salt.php
vmc push wordpresscf --url wordpresscf.vcap.me -n
vmc create-service mysql --bind wordpresscf
- Visit http://wordpresscf.vcap.me and enjoy your Wordpress install!
Make sure your Cloud Foundry end-point is compatible with PHP. Right now the only service that can do that is AppFog.com