THESE INSTRUCTIONS ARE STILL A WORK IN PROGRESS
Prerequisites
Ruby on Rails 1.2.x Java 1.5+
Getting Started
The example shown at
http://code4lib.org/node/154 can be run locally following these steps:
Install Solr (a nightly build is recommended)
Install solr-ruby gem: gem install solr-ruby
Download Flare: svn co https://svn.apache.org/repos/asf/lucene/solr/trunk/client/ruby/flare
Launch Solr: cd <solr installation example directory>; java -Dsolr.solr.home=<point to solr-ruby's solr home dir> -jar start.jar
(new shell) Import sample data: cd solr-ruby (need to package examples up too, or should these instructions be modified to check out solr-ruby from svn??) ; examples/delicious_library/dl_importer.rb examples/delicious_library/sample_export.txt
Launch Rails: cd flare ; script/server
Up and running:
http://localhost:3000