vagrant-rabbitmq
vagrant-rabbitmq copied to clipboard
This box contains a vagrant / puppet recipe that allows you to create a develop environment with RabbitMq and RabbitMq Web Management
Vagrant RabbitMq Box
About
This box contains a vagrant / puppet recipe that allows you to create a develop environment with RabbitMq and RabbitMq Web Management
Install
- Download and install Vagrant
- Download and install VirtualBox
- Clone the project
git clone --recursive [email protected]:toretto460/vagrant-rabbitmq.git
- In the project dir run
vagrant up
Installed Services
RabbitMQ
host: localhost
port: 5672
RabbitMQ Web client
url: http://localhost:15672/
username: guest
password: guest
Vagrant basic commands
- start box:
vagrant up
- ssh into box:
vagrant ssh
- shutdown box:
vagrant halt
- suspend box: ```vagrant suspend``
- destroy box:
vagrant destroy