department-of-veterans-affairs/roadrunner-rails-starter-project

Name: roadrunner-rails-starter-project

Owner: Department of Veterans Affairs

Description: Roadrunner-rails Starter Project

Created: 2016-04-06 11:32:50.0

Updated: 2017-06-06 15:49:30.0

Pushed: 2016-09-15 18:53:29.0

Homepage:

Size: 35

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Roadrunner Rails Starter Project

Developer Setup
  1. Install Ruby 2.2.4. (It is suggested to use a Ruby version manager such as rbenv and then to install Ruby 2.2.4: rbenv install 2.2.4).
  2. Install Bundler to manage dependencies: gem install bundler
  3. Install the gems included in this project using bundler: bundle install
  4. Install PhantomJS for testing:
  5. if you have Mac and Homebrew: brew install phantomjs
  6. otherwise, follow the instructions on the website
  7. Setup the database: bundle exec rake db:migrate
  8. Start the application: bundle exec rails s
Commands

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.