search for: theimageengin

Displaying 3 results from an estimated 3 matches for "theimageengin".

Did you mean: theimageengine
2006 Jun 03
1
Seek Rails Design Pattern for Photo Manipulation Service
...powerful image manipulation engine in C++ that I want to deploy as a Web-based service for all to use. The idea is straight forward: Visit my site, submit a photo, select a visual treatment, press go, and receive the resultant photo via email. See samples here: http://www.flickr.com/photos/tags/theimageengine While the engine is rock solid, I am struggling a bit with how to architect the Rails around it. I suspect this architecture is one that has appeared elsewhere and I am wondering if someone could sketch for me what it should look like. Thanks in advance, Doug Turner skype: dduuggllaa -- Pos...
2006 May 25
3
No joy for newbie Capistrano user
...ano/recipes/standard.rb loading configuration ./config/deploy.rb * executing task setup * executing "mkdir -p -m 775 /usr/www/rails/hellorails/releases /usr/www/rails/hellorails/shared/system &&\n mkdir -p -m 777 /usr/www/rails/hellorails/shared/log" servers: ["theimageengine.com"] (in /home/turner/play/rails/hellorails) rake aborted! no such file to load -- openssl Can someone please lend a hand. Thanks alot! Regards, Doug Turner mobile: 781 775 3708 skype: dduuggllaa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.r...
2006 Jun 19
10
Lighttpd works fine in development. Production not happening
Hello, I''ve checked out my rails tree from svn into the location I intend to run in production mode. However, I am unclear on what exactly needs to change for it to work in production mode. Yes I have: "bin-environment" => ("RAILS_ENV" => "production") When I switch to the externally routed IP address instead of 0.0.0.0:3000 and try running: %