In order to have applications running on Cloud Foundry, we must first be able to deploy them on Cloud Foundry. Colloquially, push it to the cloud is what you will hear and read to denote deploying the application to the cloud. The magic command to do this is:
cf push
That's it! There are of course a number of parameters that you will need, such as specifying the application name and perhaps other settings that may be needed for the application to run. However, before proceeding to push an application to Cloud Foundry, there are a number of prerequisites that must be fulfilled beforehand.