nicksieger / jruby-rack
- Source
- Commits
- Network (31)
- Downloads (7)
- Graphs
-
Branch:
master
Nick Sieger (author)
Thu Jan 28 14:25:23 -0800 2010
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/ | Thu Jan 28 14:25:23 -0800 2010 | |
| |
appengine-web.xml | Wed Aug 26 13:45:16 -0700 2009 | |
| |
config/ | Thu Jan 28 14:25:23 -0800 2010 | |
| |
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/ | Thu Jan 28 14:25:23 -0800 2010 | |
| |
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.
