This is a very simple Rails 3 application demonstrating the use of RabbitMQ on Cloud Foundry.
After installing in the 'cf' command-line interface for Cloud Foundry, targeting a Cloud Foundry instance, and logging in, the application can be pushed using these commands:
$ cf push
The provided manifest.yml
file will be used to provide the application parameters to Cloud Foundry. You may need to provide a different URL for the application if the rabbitmq-rails
URL is already being used in your Cloud Foundry domain. The manifest.yml
file specifies a RabbitMQ services that is available on the run.pivotal.io Cloud Foundry services marketplace. You may need to change the details of the RabbitMQ service to push to a different Cloud Foundry instance.