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 (
jruby-rack / examples / rails
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README | Fri Apr 10 01:03:55 -0700 2009 | |
| |
Rakefile | Fri May 16 22:01:52 -0700 2008 | |
| |
app/ | Wed Aug 26 13:45:16 -0700 2009 | |
| |
appengine-web.xml | Wed Aug 26 13:45:16 -0700 2009 | |
| |
config/ | Wed Aug 26 17:29:44 -0700 2009 | |
| |
datastore-indexes.xml | Thu Apr 09 12:18:41 -0700 2009 | |
| |
doc/ | Fri May 16 22:01:52 -0700 2008 | |
| |
lib/ | Wed Aug 26 13:45:16 -0700 2009 | |
| |
log/ | Fri May 16 22:01:52 -0700 2008 | |
| |
public/ | Thu Apr 09 22:02:18 -0700 2009 | |
| |
script/ | Wed Apr 08 14:33:36 -0700 2009 | |
| |
test/ | Wed Apr 08 14:33:36 -0700 2009 | |
| |
vendor/ | Fri May 16 22:01:52 -0700 2008 |
examples/rails/README
== JRuby on Rails This sample Rails application is preconfigured for both war deployment on any Java application server and for Google AppEngine. This document and sample application is a work in progress! Please provide feedback on the JRuby mailing lists (http://jruby.kenai.com/lists). === Prerequisites 1. JRuby: http://jruby.kenai.com/pages/GettingStarted 2. Warbler: jruby -S gem install warbler 3a: Glassfish (for application server deployment): https://glassfish.dev.java.net/ 3b: AppEngine Java SDK (for AppEngine deployment): http://code.google.com/appengine/downloads.html 4. Add the Glassfish and/or AppEngine SDK bin directories to your path. === Deploying on Glassfish dd the Glassfish bin directory to your path. Make sure That Glassfish is started (asadmin start-domain). Then: jruby -S rake glassfish:deploy === Deploying on AppEngine Add the AppEngine SDK bin directory to your path. Then: jruby -S rake appengine:deploy EMAIL={email} PASSWORD={pass} If you don't want to type your password on the command-line, put it in a file instead and pass PASSWORDFILE={file} instead of PASSWORD.







