Cloud Foundry Static Application
- mkdir cf-app-1 & cd // create application folder with html and css files
- cf login -a https://api.run.pivotal.io // login to Pivotal Web Services
- touch Staticfile // create Staticfile
- cf push cf-app-1 // push application to Pivotal Web Services
- cf app cf-app-1 // check application health