Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 602 Bytes

README.rdoc

File metadata and controls

15 lines (12 loc) · 602 Bytes

Sunspot/Rails Example Project

This is a project demonstrating integration of Solr search features into a Rails application using the Sunspot library. It does not cover all of Sunspot’s features, but aims to exemplify the most commonly used ones in a way that is easy for a new user to understand.

Installation

$ git clone git://github.com/outoftime/sunspot-rails-example.git
$ sudo gem install bundler -v '= 0.9.7' # if you haven't already
$ bundle install
$ rake sunspot:solr:start
$ rake faker:generate # To add example data to the database, if you want to
$ script/server thin