Software provisioning is a fancy term for installing and configuring softwares on a machine. Simplest way to do provisioning in a vagrant machine is by using shell script. Writing Shell scripts for provisioning is an easy job. You just need to put bunch of linux commands in a .sh file but they look ugly and […]
The post Provisioning a vagrant box with shell scripts appeared first on Brown Fort.