Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 918 Bytes

File metadata and controls

9 lines (5 loc) · 918 Bytes

This is a simple Node.js application demonstrating the use of RabbitMQ on Cloud Foundry.

Deploying to 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-node 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.