thanks for that.. I will take a look. Hopefully that will start it..so basically I run ruby script/ ferret_server from my app location on the hosts server?
Thanks again. On 3 Jan, 18:33, Frederick Cheung <[email protected]> wrote: > On Jan 3, 5:39 pm, RubyonRails_newbie <[email protected]> > wrote:> Yes - it's installed: > > already installed: acts_as_ferret (svn://projects.jkraemer.net/ > > acts_as_ferret/tags/stable/acts_as_ferret). pass --force to reinstall > > > When I tried to start it: > > script/ferret_server -e production start > > > the server returned: -bash: script/ferret_server: Permission denied > > Script probably just not marked as executable. You could either chmod > +x it or do ruby script/ferret_server > > Fred > > > > > Hmmm > > > On 3 Jan, 17:31, Colin Law <[email protected]> wrote: > > > > 2010/1/3 RubyonRails_newbie <[email protected]>: > > > > > Hi there, > > > > > after recently deploying my app, I have noticed that the search > > > > results are not being displayed... > > > > > When I look in my app, I also notice that the apps content (search > > > > criterea) is not being indexed, so I dont have an index folder being > > > > created. > > > > > I read on a google post that it may be that the ferret.yml server > > > > isn't started (or perhaps the content of this file are not right) > > > > > I haven't touched this file since development mode, so was wondering > > > > if anyone knew where i need to turn to work out what's what with > > > > this... > > > > > the default file (which must have been created at the time of > > > > installation is below: > > > > > production: > > > > host: localhost > > > > port: 9010 > > > > pid_file: log/ferret.pid > > > > log_file: log/ferret_server.log > > > > log_level: warn > > > > Is acts_as_ferret installed and running on your production server? > > > > Colin- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

