Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 517 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 517 Bytes

Setup

Prerequisites

You need to have installed the following:

  • VirtualBox 4.2+
  • Vagrant 1.4+
  • Git 1.7+

Pre-Install

Clone this repo:

git clone https://github.com/davidgrieser/base_vm.git

Installation

Open up a terminal and type the following:

vagrant up
vagrant ssh
cd /vagrant

Verification

This should put you into the local directory that Vagrant was started in.

  • ruby 2.1.1
  • Rails 4.1.1

To confirm this you can use the following commands:

ruby -v
rails -v