Spring Boot - hqzhang/cloudtestbed GitHub Wiki

#Paas Program: Povital Cloud Foundry

  OSI:
  SaaS: App/Data/Runtime/Middleware/OS/Virtualization/Server/storage/Network
  PaaS: App/Data//Runtime/Middleware/OS/Virtualization/Server/storage/Network
  IaaS: App/Data/Runtime/Middleware/OS//Virtualization/Server/storage/Network
 Deploy PCF  
  signup with https://account.run.pivotal.io/z/uaa/sign-up
  git clone https://github.com/cloudfoundry-samples/cf-sample-app-spring.git
  cd cf-sample-app-spring/
  cf login -a https://api.run.pivotal.io
  cf push
  cf logs cf-spring --recent
  cf logs cf-spring
  cf marketplace -s elephantsql
  cf create-service elephantsql turtle cf-spring-db
  cf bind-service cf-spring cf-spring-db
  cf restart cf-spring
  cf services
brawser:
route http://cf-spring-tired-emu.cfapps.io/ (host.domain)
app: cf-spring (in manifest.yml)
member: [email protected]
org: zhq-org
space: development
domains: apps.internal   SHARED
         cf-tcpapps.io   SHARED
         cfapps.io     SHARED
host:  cf-spring-tired-emu