Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "Flare/HowTo" page has been changed by RobertMuir. The comment on this change is: update trunk location. http://wiki.apache.org/solr/Flare/HowTo?action=diff&rev1=6&rev2=7 -------------------------------------------------- The example shown at http://code4lib.org/node/154 can be run locally following these steps: 1. Install Solr (a nightly build is recommended) 2. Install solr-ruby gem: {{{gem install solr-ruby}}} - 3. Download Flare: {{{svn co https://svn.apache.org/repos/asf/lucene/solr/trunk/client/ruby/flare}}} + 3. Download Flare: {{{svn co https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/client/ruby/flare}}} 4. Launch Solr: {{{cd <solr installation example directory>; java -Dsolr.solr.home=<point to solr-ruby's solr home dir> -jar start.jar }}} 5. (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 6. Launch Rails: {{{cd flare ; script/server}}}
