-
Notifications
You must be signed in to change notification settings - Fork 180
Getting Started
This section provides some jumping off points for Spring and Grails developers to get started with Cloud Foundry. To get started with Cloud Foundry itself, consult the resources on the Cloud Foundry Support home page.
A video recorded at The April 13th meeting of the Silicon Valley Cloud Computing Group shows some demos by Mark Fisher and Ramnivas Laddad and Derek Collision does a deeper dive on of the goals and architecture of Cloud Foundry.
An easy way to get started writing Spring applications for Cloud Foundry is to look at the the STS Cloud Foundry Getting Started Guide
For additional information look at the Spring section on this wiki
Follow these steps to get started with Grails and Cloud Foundry:
- Install Grails
- Create an application with 'grails create-app my-example'
- Install the Cloud Foundry Plugin
- Deploy your application with 'grails prod cf-push'
For a more complete tutorial on getting started see "One-step deployment with Grails and Cloud Foundry".