Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 570 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 570 Bytes

Vagrant Example

The following things will be installed

  • mysql
  • nginx
  • git
  • zsh
  • vim
  • tmux
  • rbenv

HOW TO INSTALL

install VirtualBox

install vagrant

install rbenv & ruby

install vagrant plugin

$ vagrant plugin install vagrant-omnibus
$ vagrant plugin install vagrant-berkshelf
$ gem install berkshelf

start vagrant

$ vagrant up
$ vagrant provision
$ vagrant ssh