This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.textile | Thu Jul 09 07:52:09 -0700 2009 | |
| |
WEB-INF/ | Thu Jul 09 07:52:09 -0700 2009 |
README.textile
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






