This is a demo of CloudFoundry Service API v2.
http://docs.cloudfoundry.com/docs/running/architecture/services/writing-service.html
Steps to install this demo:
-
push "echoservice" into CF
-
push "echoservice-broker" into CF
Before you push the broker, please modify the echo service url in echo_service_broker.rb
-
add the service broker to CF:
cf add-service-broker JimmyEchoService --username someuser --password somethingsecure --url http://jimmyechoservice-broker.ng.bluemix.net/
-
push "echoservice-demo" into CF, and create and bind Echo Service to it.
-
Run the test
curl echoservice-demo.YOUR_DOMAIN/?message=Hello