Skip to content

isabella232/annotum.aws.af.cm

 
 

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

AppFog Sample WordPress Installation

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 81.5%
  • JavaScript 12.2%
  • C 5.4%
  • Other 0.9%