Vagrant environment for supporting multiple machines with Hostmanager and external config in JSON
- Virtual Box
- Ruby
- librarian-chef
- Vagrant
- Vagrant Plugins
- Clone this project:
git clone https://github.com/llaraujo/vagrant-multi-machines.git
- Install Ruby
- Type in terminal:
gem update --system
- Install librarian-chef
- Install Vagrant
- Install Vagrant Plugins:
- in terminal:
vagrant plugin install vagrant-aws
- in terminal:
vagrant plugin install vagrant-cachier
- in terminal:
vagrant plugin install vagrant-omnibus
- in terminal:
vagrant plugin install vagrant-vbguest
- in terminal:
- Install Virtual Box
- Install cookbooks with librarian-chef, in folder project:
- in terminal:
librarian-chef install
- in terminal:
- To running local machine:
- in terminal:
vagrant up
- in terminal:
If you want to help, please read the Contributing guide first.
MIT License © Leonardo Lima Araujo