This box contains a vagrant / puppet recipe that allows you to create a develop environment with RabbitMq and RabbitMq Web Management
- Download and install Vagrant
- Download and install VirtualBox
- Clone the project
git clone --recursive git@github.com:toretto460/vagrant-rabbitmq.git
- In the project dir run
vagrant up
host: localhost
port: 5672
url: http://localhost:15672/
username: guest
password: guest
- start box:
vagrant up
- ssh into box:
vagrant ssh
- shutdown box:
vagrant halt
- suspend box: ```vagrant suspend``
- destroy box:
vagrant destroy