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