February 2018
Intermediate to advanced
406 pages
9h 55m
English
Deploying to Cloud Floundry is simple, use the command cf push pcf-product, as follows:

Cloud Foundry does a lot of work creating the application in the space, creating routes to reach the application, and then binding the various services with the application. You should perhaps read more on Cloud Foundry if you are interested in what happens under the hood.
Once the deployment is complete, you will see the success method, as follows:

Note the URL which is generated in the preceding screenshot.
It is http://pcf-product-undedicated-spirketting.local.pcfdev.io ...
Read now
Unlock full access