Skip to content

Setting Up your Development Environment

Jeff Martin edited this page Apr 29, 2015 · 2 revisions

Download the GitHub app

Forking the Repository from GitHub

Switching to the dev branch

Installing RVM

Installing Bundler

Installing

Creating your Database

First, you need to create the arima user: createuser arima -d -s

Then, you can create your database: createdb -Oarima -Eutf8 arima_development

Migrating your Database