Hi Colin The usual process for using capistrano for the first time is to run these two tasks:
cap deploy:setup cap deploy:cold Then, for further deploys just use the normal task: cap deploy So, that shared folder won't be created at any other point if you've not run deploy:setup. However, you don't need to start from scratch, just run the task that line refers to instead: cap thinking_sphinx:shared_sphinx_folder Hopefully that should help things along. -- Pat On 03/03/2010, at 7:01 AM, Colin wrote: > Hi, > > I've just gotten my first rails app deployed and I'm trying to get TS > working in the production environment. > I'm following two guides: > http://www.updrift.com/article/thinkingsphinx-capistrano-tasks > and http://freelancing-god.github.com/ts/en/deployment.html > > I'm using the TS gem. > My deploy.rb looks like this: http://pastie.org/850411 and my > sphinx.yaml looks like this: http://pastie.org/850413 > > At the moment when I cap deploy, no shared folder is created, which I > presume is what the last line of the deploy.rb is supposed to do. And > as a result the paths in the sphinx.yaml obviously can't be followed. > > Can anyone suggest what is wrong, or if I've missed a step? > > Sphinx and Thinking Sphinx are both installed on the server. > > Regards, > > Colin > > -- > 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. > -- 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.
