jarib / appengine-simple

Simple Sinatra + App Engine app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  1. jruby -S gem install warbler sinatra
  2. Download Google App Engine SDK for Java
  3. Add the <appengine-sdk>/bin dir to your PATH
  4. Edit appengine-web.xml and add your app name in <application></application>

Dev server + deploy

jruby -S rake appengine:server
jruby -S rake appengine:deploy EMAIL=<your email> PASSWORD=<your password>

Thanks

Thanks to the JRuby team and http://jruby-rack.appspot.com/ for making this so easy!

About

Simple Sinatra + App Engine app


Languages

Language:Ruby 100.0%