Skip to content

Instantly share code, notes, and snippets.

View gagustavo's full-sized avatar
💭
at gitlab

João Silva gagustavo

💭
at gitlab
View GitHub Profile
@gagustavo
gagustavo / README.md
Last active August 29, 2015 14:23 — forked from dergachev/README.md

Vagrant Setup

This tutorial guides you through creating your first Vagrant project.

We start with a generic Ubuntu VM, and use the Chef provisioning tool to:

  • install packages for vim, git
  • create user accounts, as specified in included JSON config files
  • install specified user dotfiles (.bashrc, .vimrc, etc) from a git repository

Afterwards, we'll see how easy it is to package our newly provisioned VM