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

Vagrant Tutorials

Vagrant Tutorials

Tutorial for Vagrant beginner

Masahiro Sakoda

May 22, 2014
Tweet

Other Decks in Programming

Transcript

  1. Agenda • Target • What is Vagrant? • Prepare •

    Install and Configure Vagrant • Control Virtual Machine • Other Tips
  2. What is Vagrant? • VirtualBox frontend • Multiplatform • Mac

    OS X • Windows • Linux • you can share development environment • integration with chef
  3. Prepare for Installing Vagrant • Install VirtualBox • download installer

    from https:// www.virtualbox.org/wiki/Downloads • Create Vagrant Directory
  4. Creating Box • Image file for Launching Virtual Machine •

    Created from OS Image • Create box with following command
  5. Useful ways to use Vagrant • Just use oh-my-zsh plugin

    for vagrant • and use chef to building server environment