Archives de catégorie : Cloud foundry

Activer RabbitMQ sur cloud foundry standalone

But:

Activer RabbitMQ sur une installation fraiche de cloud foundry standalone

Référence:

http://financecoding.wordpress.com/2011/08/13/installing-rabbitmq-on-a-local-vcap-2/

voici une méthode simplifier.
cd ~/cloudfoundry/vcap/services/rabbit/ && bundle install && cd ~/cloudfoundry/vcap/bin && vi vcap

dans vi, rechercher en tapant /self\.serv puis entrée.

Comme dans le post joint, ajouter « rabbit » à la liste des services disponible.
ensuite
~/cloudfoundry/vcap/bin/vcap restart
ou
~/cloudfoundry/vcap/bin/vcap start rabbit

Bon tests!