ashaninBenjamin / base-dev-box

Base vagrant box for Ruby application development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base vagrant box for ruby development

Requirements

How To Build The Virtual Machine

host $ git clone
host $ cd base-dev-box
host $ git submodule init
host $ git submodule update
host $ vagrant up

Note: if you are using Linux you should install the paskages before vagrant up:

host $ sudo apt-get install nfs-kernel-server nfs-common 
host $ vagrant up

What's In The Box

  • RVM
  • Ruby 2.0.0
  • Bundler
  • Postgres
  • SQLite

About

Base vagrant box for Ruby application development