Displaying 1 result from an estimated 1 matches for "ferret_server_yml".
2007 May 31
0
script/runner permission denied
Hi,
I have been running ferret for several months now, but want to make use
of the new Drb functionality. So I am running Rails Stable (off the
branch), Ferret 0.11.4, and the latest AAF. I have a ferret_server_yml
file in my RAILS_ROOT/config folder:
production:
host: localhost
port: 9009
pid_file: log/ferret.pid
And I took the three scripts from the AAF plugin and put them into my
RAILS_ROOT/scripts folder.
I try to start the server with
RAILS_ENV=production ruby script/ferret_start
And get the...