Hi I have got everything I want working locally and now time to deploy... I am hosting the site on a remote server on our network which is the same as the db. I used the sphinx.conf file TS created as a base for what I need on the sphinx host. It indexes it fine and I have it started on port 9312. I wont be using any type of TS rake's tasks. I could test the data directly on this machine using the command line and it works.
I opened up the port by setting the ip tables, I can telnet the server using and it connects telnet 10.6.1.201 9312 Trying 10.6.1.201... Connected to hostname (10.6.1.201). Escape character is '^]'. I have set my sphinx.yml to production: address: 10.6.1.201 port: 9312 when I run rake gems:install or try to start the console using script/ console production after installing the plugin I get 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 This should be working???! Please help Many thanks Richard -- 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.
