Note
: The application source code can be found at the below repos.
- [pcf-articulate-code] (https://github.com/pivotal-education/pcf-articulate-code)
- [pcf-attendee-service-code] (https://github.com/pivotal-education/pcf-attendee-service-code)
$ cf push -f manifest.yml
$ cf create-service cf create-service cleardb spark attendee-db
$ cf bind-service attendee attendee-db
$ cf create-user-provided-service attendee-service -p uri
$ cf bind-service articulate attendee-service
$ cf map-route articulate-v2 cfapps.io -n articulate-sleepy-possum
$ cf unmap-route articulate cfapps.io -n articulate-sleepy-possum