a gSchool project by Blair Anderson, Geoffrey Schorkopf and Jorge Tellez
There is currently no production site for this app.
Once you've git cloned this repo, make sure to RUN
bundle install
to load the gems used in this project.
Next, run rake db:migrate
to setup your local DB
To view the site from your computer, you can then run redis-server
and foreman start -p 3000
to view it at http://localhost:3000.
HaxHub is a Rails app which integrates the APIs of Github, Pivotal Tracker, and Travis CI to serve as an all-in-one software project feed.
The background requirements for this project can be found at: http://tutorials.jumpstartlab.com/projects/feed_engine.html.
HaxHub-specific requirements can be found at: http://tutorials.jumpstartlab.com/projects/feed_engine_concepts.html under the heading "Softline."
Make sure to run:
rake db:test:prepare
to setup your test database. Then run:
bundle exec rspec