Here’s a tutorial on how to get started with Pivotal CF. In part 1 we will focus on deploying a pre-built app to the cloud.
Before you begin
Download the “CF” command line tool from: https://console.run.pivotal.io/tools
Download the sample Java app that we will be using for this exercise: booking-mvc.war.zip
Unzip the file
1. set your target API to the api address of the cloud foundry interface. In this case our domain is cf.mattzwol.com
> cf api api.cf.mattzwol.com
note: you may need an extra command here in the line above to skip ssl verification. It will tell you if you do. In this case use > cf api api.cf.mattzwol.com –skip-ssl-validation