- login as a sandbox-only user (e.g. w/ @cao.org email account)
- delete all apps and services and routes
- make sure all the step below wor
- For a group walkthrough, set up an empty Windows box, then:
- Install chocolatey
- Install mysql client
We're using this as our standard demo app since a) it uses the Java buildpack, b) the code is pretty simple
cf api https://api.fr.cloud.gov
cf login --sso
cf target
cf apps
cf services
cf push
During push, describe what's going on:
cf marketplace
cf marketplace -s aws-rds
cf create-service aws-rds shared-mysql cf-spring-db
cf bind-service cf-spring cf-spring-db
- View the logs, command line and w/ Kibana
- Connect to app with SSH
- Connect to DB with
connect-to-service
- View other available services
- Visit the dashboard