Greetings, I am unable to get Sphinx/thinking Sphinx to cnnect to the heroku Postgresapp running locally on my mac
For most of the day, I have trued to get this to work to no avail. I am having problems running a index rake ts:index task. If this has been covered, please point me to a link. Mac OSX Rails 3 application Heroku postgresapp installed and running fine Sphinx installed [brew install sphinx --without-mysql --with-pgsql] mysql gem, thinking sphinx, and pg gems successfully installed rake ts:index yields: """ Generating configuration to ......../config/development.sphinx.conf Sphinx 2.1.3-dev (r4319) Copyright (c) 2001-2013, Andrew Aksyonoff Copyright (c) 2008-2013, Sphinx Technologies Inc (http://sphinxsearch.com) using config file 'blah blah blah/config/development.sphinx.conf'... FATAL: no indexes found in config file '............./config/development.sphinx.conf' """ development.sphinx.conf yields """ indexer { } searchd { listen = 127.0.0.1:9306:mysql41 log = blah blah blah/log/development.searchd.log query_log = blah blah blah/log/development.searchd.query.log pid_file = blah blah blah/log/development.sphinx.pid workers = threads binlog_path = blah blah blah/tmp/binlog/development } """ Any pointers on how to get this to work?? Thanks again. -- 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. For more options, visit https://groups.google.com/groups/opt_out.
