Skip to content

An example SpringBoot application which can be pushed to cloud foundry

Notifications You must be signed in to change notification settings

cah-jeremykuhn/springboot-sample-pcf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-sample-pcf

To push to cloud foundry, do the following:

  • create a file called credentials.yml in the ci directory and add the following (replace the values with your CF credentials):
cf-api: <api url>
cf-username: <username>
cf-password: <password>
cf-organization: <org>
cf-space: <space>
  • Login to your concourse instance (can use vagrant instance)
fly -t lite login -c <concourse-url>
  • Open the project folder in the command line, and run the following:
fly -t lite set-pipeline -p bootpcf -c ci/pipeline.yml -l ci/credentials.yml
  • Now, open concourse and execute the pipeline. It will take a few minutes to complete.
  • Once its green, login to the PCF Apps Manager to see the URL, when you hit it, you should see "This is an extremely simple spring boot application."

About

An example SpringBoot application which can be pushed to cloud foundry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published