Setup vagrant with Azure - step by step guide
Setup Vagrant with Azure is not complicated, but require a lot of steps, especially if you never configure azure using command line Prerequisites First of all we need some tools:…
Vagrant provisioning using shell - how to setup storm project
Provisioning in Vagrant There is a lot of choices when you want to provision your virtual machine with vagrant: 1. Run scripts manually - completely insane idea 2. Run shell…
Run vagrant on your Windows
Prerequisites Windows machine :) Install vagrant form https://www.vagrantup.com/downloads.html Install git with tools (or other ssh.exe client) + add folder to PATH. In powershell just invoke $env:…