Repository for Airbrake Login page
You need to have installed:
- SQLite
- Git
- Ruby 2.3.1p112
- Bundle
http://railsapps.github.io/installrubyonrails-mac.html
http://railsapps.github.io/installrubyonrails-ubuntu.html
git clone git@github.com:CSEugene/Airbrake_Clone.git
cd Airbrake_Clone
bundle
bundle exec rake db:create db:migrate
bundle exec rake test