Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 589 Bytes

SETUP.md

File metadata and controls

15 lines (8 loc) · 589 Bytes

Dev Environment Setup Guide

Ruby on Rails Basic Setup

  • Get Ruby (rbenv or rvm recommended.

  • Install PostgreSQL (eg. brew install postgres or via PostgreSQL.org).

  • Run bin/setup to setup Bundler, install gem dependencies and configure the databases.

  • Run rake test to execute the test suite.

  • Run rails server to begin the server at localhost:3000!

  • Configure your copy of Helpy in config/settings/<your-environment>.yml.