Skip to content

Commit

Permalink
Update README.textile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcsparker committed Dec 2, 2011
1 parent bdef503 commit b9eb21b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.textile
Expand Up @@ -5,6 +5,25 @@ h2. Introduction
This happy little gem will install the jars that you need for
the very wonderful sunspot_cell project found here on github.

h2. Before you install

These jars might give you trouble on the current version of sunspot_solr (though I have not checked).
You might want to use my updated fork, which uses solr 3.5:

https://github.com/mrcsparker/sunspot

<pre>
# If you want to load it for test and development
group :test, :development do
gem 'sunspot_solr', :git => "https://github.com/mrcsparker/sunspot.git"
end
</pre>

Also, you are going to want to use a version of `sunspot_cell` that is up to date with the
newest 1.3.x release. I am using:

https://github.com/zheileman/sunspot_cell

h2. Installation

First, make sure that you have `sunspot_solr` installed and in
Expand All @@ -29,6 +48,7 @@ and you are on your way!
Note: this gem does not actually configure sunspot_cell, it just installs the jars
needed to make extaction work.


h2. Contributing

Fork on GitHub and after you've committed tested patches, send a pull request.

0 comments on commit b9eb21b

Please sign in to comment.