Upgrade to Pro — share decks privately, control downloads, hide ads and more …

vagrant (for busy developers)

vagrant (for busy developers)

This talk was given at vienna.js in March 2014. It introduces the audience to the concept of vagrant, describing the terminology and doing a demo on how to initialize, boot and ssh into a vagrant box with three simple commands.

Sebastian

March 26, 2014
Tweet

More Decks by Sebastian

Other Decks in Programming

Transcript

  1. Basic workflow $ git clone [email protected]:awesomecompany/awesomeVm.git $ cd awesomeVm &&

    vagrant up # Hack away $ git pull --rebase $ vagrant provision # Hack some more and change provision files $ vagrant provision $ git commit -am ‘Incredible changes’ && git push