November 2017
Beginner to intermediate
306 pages
7h 43m
English
Not only are we going to push a simple application to Cloud Foundry, we are going to push the world's simplest Cloud Foundry application. You can't get any more basic than a simple, static HTML page that displays the time-honored Hello World!.
Download the app with Git:
$ git clone https://github.com/rickfarmer/worlds-simplest-cloud-foundry-app.git
Navigate to the app directory:
$ cd worlds-simplest-cloud-foundry-app
Push the app to Cloud Foundry:
$ cf push
The app will be pushed to Cloud Foundry, and in the Terminal output you will ...
Read now
Unlock full access