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

Vagrant 101 for Designers and Frontend Engineers

Vagrant 101 for Designers and Frontend Engineers

Vagrant provides easy to configure, reproducible, and highly portable work environments to help maximize the productivity and flexibility of you and your team. As a developer, Vagrant will isolate dependencies and their configuration within a single disposable, consistent environment, without sacrificing any of the tools you’re used to working with (editors, browsers, debuggers, etc.). As a designer, Vagrant will automatically set everything up that is required for that web app in order for you to focus on doing what you do best: design. Finally, imagine if you could share your local development with the world in a single command!

Seth Vargo

April 14, 2015
Tweet

More Decks by Seth Vargo

Other Decks in Technology

Transcript

  1. 5558 Mitchell Hashimoto 284 Seth Vargo 116 Fabio Rehm 85

    John Bender 73 Gilles Cornu 69 Shawn Neal 68 Teemu Matilainen 27 Max Lincoln 19 Paul Hinze 17 Jack Pearkes 17 Adam Spiers 13 Michael Bearne vagrant  master git shortlog -s -n
  2. EASY Bringing machine 'default' up with 'virtualbox' provider... ==> default:

    Importing base box 'hashicorp/precise64'... Progress: 60% vagrant  master vagrant up