Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 398 Bytes

system_setup.md

File metadata and controls

19 lines (13 loc) · 398 Bytes

System Setup

Several development libraries will be needed. (TODO: research which dev libraries are needed)

RVM and ruby are expected.

To install RVM, follow the installation directions at the RVM site

Install ruby 2.1.2:

rvm install ruby-2.1.2

Create a gemset for the application:

rvm gemset create datacultures
rvm gemset use datacultures