Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 310 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 310 Bytes

cf-wordpress

CloudFoundry sample Wordpress install

Configuring the CloudFoundry CLI

gem install cf
cf target api.run.pivotal.io
cf login [your-cloudfoundry-email]

Pushing the sample app

git clone https://github.com/danielgrippi/cf-wordpress.git
cd cf-wordpress
cf push