maugustyniak

My work and projects


Rails Thinking Sphinx and Gentoo Sphinx engine

First emerge sphinx gentoo package

emerge app-misc/sphinx

Then thinking-sphinx from http://gemcutter.org

gem install thinking-sphinx   --source http://gemcutter.org

Install necessary gems

gem install bluecloth cucumber yard jeweler rspec

Install plugin to your rails app

script/plugin install git://github.com/freelancing-god/thinking-sphinx.git

and you are set at this point Follow http://freelancing-god.github.com/ts/en/ site to find more info about indexing and searching

Leave a Reply