/vagrant-multi-machines

Vagrant environment for supporting multiple machines with Hostmanager and external config in JSON

Primary LanguageRuby

Vagrant Multi Machines

Vagrant environment for supporting multiple machines with Hostmanager and external config in JSON

Dependencies

Instructions:

  1. Clone this project: git clone https://github.com/llaraujo/vagrant-multi-machines.git
  2. Install Ruby
  3. Type in terminal: gem update --system
  4. Install librarian-chef
  5. Install Vagrant
  6. 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
  7. Install Virtual Box
  8. Install cookbooks with librarian-chef, in folder project:
    • in terminal: librarian-chef install
  9. To running local machine:
    • in terminal: vagrant up

Contributing

If you want to help, please read the Contributing guide first.

License

MIT License © Leonardo Lima Araujo