Tuesday, June 16, 2009

run Jruby on Google App Engine from windows

Basically follow this lecture OK.
http://blog.bigcurl.de/2009/04/running-sinatra-apps-on-google.html
jruby-rack
Get a fresh version from http://github.com/nicksieger/jruby-rack/tree/master

cd jruby-rack
PATH-TO-JRUBY/bin/jruby -S rake SKIP_SPECS=true

1.You should check directory.
ex.)C:\jruby-rack
should not path include "space" etc.
I could not rake in Document~ directory.
2.use Jruby from "git clone git://kenai.com/jruby~main"
I stuck use other dist.

that all,no problems
p.s. better has Cygwin for use split-jruby.sh
and when running on local by C:\appengine-java-sdk-1.2.0\bin\dev_appserver.cmd,error.
But in Google App Engine,no error.
this is my TODO:

No comments:

Post a Comment