Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

hinthealth/bluebutton_registry

Repository files navigation

Build Status [![Build

Blue Register

Description: A basic implementation of a Blue Button+ Register service in Ruby on Rails.

Project Setup

Create your very own Blue Button+ Registry service!

  1. Requirements:
  2. Run bundle install
  3. Run rake spec to ensure everything is setup
  4. (optional) Run rake db:seed to load your local environment with sample data
  5. Run rails server and visit your new registry service at localhost:3000

Testing

How do I run the project's automated tests?

All testing is handled in rspec 2. To run the suite, simply run rake

When a new pull request is created, the tests will be automatically run on travis-ci

Deploying

How to deploy to blue-button.org via Heroku

  1. Getting setup (first time only)

    heroku git:remote -a blue-register-production

  2. Deploying to heroku

    git push heroku master

Contributing changes

  • fork this project
  • write a test for your feature/bug
  • make it pass
  • create a pull request!

Credits

Created by Graham Melcher, contact me at [email protected]

License

This software made available under the MIT License