[Rails] Re: ferret search in production
On Jan 3, 5:39 pm, RubyonRails_newbie <craigwest...@googlemail.com>
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 <clan...@googlemail.com> wrote:
>
>
>
> > 2010/1/3 RubyonRails_newbie <craigwest...@googlemail.com>:
>
> > > 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
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home