Skip to content

brucellino/rasr-app

Repository files navigation

About

A small ruby on rails app to talk to glibrary and future gateway

Tests and Coverage

Issue Count Test Coverage Build Status Code Climate

README

Use this README to get the RASR app up and running

  • Ruby Version : 2.x
  • System dependencies: none
  • Configuration: Use environment variables
    • glibrary_username
    • glibrary_password
  • Database creation: Only tested in development yet; RAILS_ENV=development
  • Database initialization: rake db:migrate
  • How to run the test suite:
    • rails test
  • Services (job queues, cache servers, search engines, etc.):
    • none
  • Deployment instructions
    • rails s