zeroecco / af-php-wordpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Other


Languages

Language:PHP 78.8%Language:JavaScript 21.2%