Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 638 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 638 Bytes

WordPress compatible with Cloud Foundry

Steps to get the application to run:

  1. git clone git://github.com/phpfog/af-sample-wordpress.git
  2. cd af-sample-wordpress
  3. echo "<?php" > wp-salt.php
  4. curl https://api.wordpress.org/secret-key/1.1/salt/ >> wp-salt.php
  5. vmc push wordpresscf --url wordpresscf.vcap.me -n
  6. vmc create-service mysql --bind wordpresscf
  7. 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