Displaying 2 results from an estimated 2 matches for "inlinedir".
Did you mean:
inlined
2008 Jul 16
5
Define INLINEDIR or HOME in your environment error
Hi
I have a proplem. I am using attachment fu plugin and image science
for uploading images on my server. I am getting error : Define
INLINEDIR or HOME in your environment and try again. How I can define
my HOME in envoirment.rb. If I understood it''s directory where uploads
goes.
I priciate for your help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Group...
2007 Feb 02
1
Monit / mongel_cluster 0.2.2 / mongrel 1.0.1
...setup monit to keep the site
running.
Problem is, whenever monit starts one of my mongrels via mongrel_rails
cluster::start --only 8000 --clean -C /url/to/yml/file I get the
following in my log/mongrel.log:
** Mongrel available at 127.0.0.1:8000
** Writing PID file to log/mongrel.8000.pid
Define INLINEDIR or HOME in your environment and try again
I also had to make changes to mongrel_cluster 0.2.2''s init.rb to give
it the full path to mongrel_rails, otherwise it failed to find it.
If I run the same command line myself, the pup comes up fine.
Anyone got a working example with the new mong...