Skip to content

jeremy-green/dawitistics

 
 

Repository files navigation

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

dawitistics.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.2%
  • JavaScript 12.8%