Hi guys, I'm trying to get Thinking Sphinx running on my Vista development box and are running into a problem I can't find anybody else talking about. I was wondering if anybody had a hint.
I followed the instructions at http://www.espace.com.eg/blog/2009/03/23/thinking-sphinx-on-windows/ but get stuck on creating the index. <pre> C:\[path\to\project]>rake ts:index Generating Configuration to C:/[path/to/project]/config/ development.sphinx.conf FATAL: config file ''C:/[path/to/project]/config/ development.sphinx.conf'' does not exist or is not readable </pre> It seems strange to me that the file gets create by the rake task but it can't find it shortly after. The development.sphinx.conf file is create and here is the top of it: <pre> indexer { } searchd { listen = 127.0.0.1:9312 log = C:/[path/to/project]/log/searchd.log query_log = C:/[path/to/project]/log/searchd.query.log pid_file = C:/[path/to/project]/log/searchd.development.pid } </pre> the folder at C:/[path/to/project]/db/sphinx/development is also created but it's empty. Any ideas? Cheers -- 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.
