- Setup a Pivotal Web Services trial account
- Install the Cloud Foundry Command Line Interface
-
Install Spring Tool Suite
-
Install Cloud Foundry Integration with STS
- Within STS, go to
Help > Install New Softwareand search for "Cloud Foundry". Install the two packages that appear (Core / Cloud Foundry IntegrationandResources / Cloud Foundry Integration). Note that the install process may take a while, and STS will need to be restarted for the changes to take effect.
- Within STS, go to
-
Import projects into STS
- Install samples and partially-completed projects into your workspace. Run the following command in your Mac OS X Terminal:
git clone https://github.com/s2edu/cloudfoundrystudentfiles-
From the project explorer, right click:
Import > Maven > Existing Maven Projects -
Navigate to the folder where you extracted the student files (step 3a) and Finish. Note that depending on the version of STS / Eclipse, your version of Java, and other factors, you may encounter errors. These will need to be fixed on a case-by-case basis. This may take a while.