Live version: http://alpha.richcitations.org/
Requirements:
Ruby 2.1.2
,bundler
,java
$ cd rich_citations
$ bundle install
$ cp config/database.example.yml config/database.yml
$ bundle exec rake db:migrate
$ bundle exec rails server
Visit http://localhost:3000/ to see the Rich Citations API.