Hmm, I've done a bit of work recently in TS for deploying to single- server sites via capistrano - there's some tasks you can get for free by requiring 'thinking_sphinx/deploy/capistrano' in your deploy.rb
That said, they're very simple tasks, and pretty much the same as what that blog post outlines, so maybe just stick with that for the moment. I saw you mention on Twitter that it could be a permissions issue, and you may well be right. What are the permissions for shared/db/sphinx? Is it accessible by the user running the capistrano tasks (on the server, not the one invoking them on your own machine)? -- Pat On 22/05/2009, at 6:34 PM, Elad Meidar wrote: > > i don't seem to get it to work properly, i think the problem reside in > my deployment process... > > i followed the guide here: > http://blog.airbladesoftware.com/2009/4/10/deploying-thinking-sphinx > which results in http://pastie.org/487031 > > it appears that i create a symlink to the shared folder where the > indexes should be, but when i try to start/index, the very existence > of the symlink drops to rake task. > > help :) > > can anyone please explain to me what is wrong here? > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
