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

Saving Time and Money with Vagrant

Tim Broder
September 23, 2014

Saving Time and Money with Vagrant

Vagrant can aid businesses and developers by creating development environments that mirror production. This talk discusses the basics of Vagrant, real world stories, and how it can be used in various projects.

Originally given at MeetMagentoNY 2014

Tim Broder

September 23, 2014
Tweet

More Decks by Tim Broder

Other Decks in Technology

Transcript

  1. “I can’t reproduce it locally” “Oh, that’s not the right

    version” “Ok, so leave a day or so to setup the project” Sound Familiar?
  2. What is Vagrant? An Open Source tool for building and

    distributing development environments
  3. Why do you care? •Match the production stack •Test a

    server config •Test a deploy script •SETUP. THE. PROJECT.
  4. Dev Locally. Run on “Prodish” 1. Project files mapped to

    / vagrant 2. Port Forwarding: guest, local 3. Profit