Learn Vagrant provision with shell provisioner examples

vagrant shell provisioning

The Vagrant provision will help you to automate the installing the software, configurations and commands in your Vagrant Boxes. Vagrant gives us lots of provisioner options. In this post, we will show some vagrant shell provisioner examples. Before going to explain more on Vagrant Shell provisioner, we suggest you to read our this post to … Read more

Install Vagrant on Ubuntu and create first VM

vagrant cloud flow

Vagrant is a Open Source software used for creating Virtual Machines in automated way. The software is written in Ruby language. The Vagrant is very useful for increasing the development productivity. We have seen the journey of Vagrant from Virtual box to current cloud providers, truly it is awesome to experience the growth of such … Read more