Skip to content

jugyo/sinatra_on_gae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Sinatra on Google APP Engine

Requirements

appengine-java-sdk => http://code.google.com/appengine/downloads.html

Get source

git clone git://github.com/jugyo/sinatra_on_gae.git

Run

dev_appserver.sh ./sinatra_on_gae

Deploy

Edit appengine-web.xml:

...
  <application>[Your Application Identifier]</application>
...

Run a command:

appcfg.sh update ./sinatra_on_gae

About

A sample app of Sinatra on Google App Engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages