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

Lightning talk about working with vagrant

Lightning talk about working with vagrant

Jan Schulte

June 27, 2014
Tweet

More Decks by Jan Schulte

Other Decks in Technology

Transcript

  1. Virtual machine • Software that emulates a complete computer •

    For example “Run Windows on your Mac” simultaneously
  2. What is Vagrant? • Open source tool for managing virtual

    machines • Written in Ruby • Available for • Mac OS X • Linux • Windows
  3. Why Vagrant • Portable work environments • Provide same working

    environment for all team members • Spend less time with setup • Automatic installation of tools • One VM for every project
  4. Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64)! ! *

    Documentation: https://help.ubuntu.com/! Welcome to your Vagrant-built virtual machine.! Last login: Fri Jun 27 19:42:50 2014 from 10.0.2.2! vagrant@precise64:~$
  5. Special things • user vagrant • password vagrant • Vagrantfile

    is a Ruby file • Vagrantfile is checked in together with your project
  6. • List of virtual machines • https://vagrantcloud.com/discover/featured • http://www.vagrantbox.es/ •

    Tutorials • http://docs.vagrantup.com/v2/getting-started/ index.html • Example Working environment • https://github.com/schultyy/basic-development-env