Description: A basic implementation of a Blue Button+ Register service in Ruby on Rails.
Create your very own Blue Button+ Registry service!
- Requirements:
- mongodb - OS X Install guide
- Run
bundle install - Run
rake specto ensure everything is setup - (optional) Run
rake db:seedto load your local environment with sample data - Run
rails serverand visit your new registry service at localhost:3000
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
How to deploy to blue-button.org via Heroku
-
Getting setup (first time only)
heroku git:remote -a blue-register-production -
Deploying to heroku
git push heroku master
- fork this project
- write a test for your feature/bug
- make it pass
- create a pull request!
Created by Graham Melcher, contact me at graham@hlth.io
This software made available under the MIT License
