Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 284 Bytes

File metadata and controls

5 lines (5 loc) · 284 Bytes
  1. Install RVM: https://rvm.io/rvm/install
  2. Install ruby 2.1.4 with command "rvm install 2.1.4"
  3. Install ruby gems with "bundle install"
  4. Start webserver by running "run.sh" (note: port to access website on is output in stdout)
  5. Seed local database by running rake db:seed