okay, so i followed the instructions: - i downloaded sphinx-0.9.9-win32 and installed it as a windows service - installed ThinkingSphinx gem with: gem install riddle --source http://gemcutter.org successfully - configured rakefile with require.. and environment.rb with config.gem... - then i added some code into my model view and controller for ThinkingSphinx, Sphinx to index - and then when i try to: rake thinking_sphinx:index i get the following error:
Sphinx cannot be found on your system. You may need to configure the following settings in your config/sphinx.yml file: * bin_path * searchd_binary_name * indexer_binary_name For more information, read the documentation: http://freelancing-god.github.com/ts/en/advanced_config.html in my app tree there is no such file as config/sphinx.yml so i created one and added development: bin_path: "D:\sphinx-0.9.9-win32\bin" but still got the same error. i am using windows 7 64bit platform, so i also installed this version of sphinx sphinx-0.9.9-win32-id64-full, this didnt help either. i also added path to my environment variables path in windows. i also searched google and found nothing useful. i dont know what am i missing here. any help would be very appreciated. regards, roq
-- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
