Hi Ravi Can you confirm which version of Thinking Sphinx you're using? And if you're deploying your app with the Gemfile.lock file?
Kind regards, -- Pat On 10/06/2013, at 10:32 PM, [email protected] wrote: > #rubber/common/sphinx.yml > <% > @path = "#{Rubber.root}/config/sphinx.yml" > shared_path = "/mnt/#{rubber_env.app_name}-#{Rubber.env}/shared" > %> > <%= Rubber.env %>: > address: <%= rubber_instances.for_role('sphinx').first.full_name > rescue 'localhost' %> > mem_limit: <%= Rubber.env == 'production' ? '1024M' : '64M' %> > config_file: <%= shared_path %>/sphinx/config/<%= Rubber.env > %>.sphinx.conf > searchd_file_path: <%= shared_path %>/sphinx/db/<%= Rubber.env %>/ > pid_file: <%= Rubber.root %>/log/searchd.<%= Rubber.env %>.pid > searchd_log_file: <%= Rubber.root %>/log/searchd.log > query_log_file: <%= Rubber.root %>/log/searchd.query.log > > #/config/sphinx.yml > production: > address: medl.io > mem_limit: 1024M > config_file: > /mnt/medlioapi-production/shared/sphinx/config/production.sphinx.conf > searchd_file_path: /mnt/medlioapi-production/shared/sphinx/db/production/ > pid_file: > /mnt/medlioapi-production/releases/20130609222552/log/searchd.production.pid > searchd_log_file: > /mnt/medlioapi-production/releases/20130609222552/log/searchd.log > query_log_file: > /mnt/medlioapi-production/releases/20130609222552/log/searchd.query.log > > > rake ts:configure > Generating configuration to > /mnt/medlioapi-production/releases/20130609222552/config/production.sphinx.conf > > the question is why its generating it in releases folder instead of shared > even though I specified it to generate it in shared folder in sphinx.yml. > > Thanks > Ravi ada > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/thinking-sphinx?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/thinking-sphinx?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
