Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(114)

Unified Diff: README.rdoc

Issue 89083: Start the appengine-tools gem (Closed) SVN Base: http://appengine-jruby.googlecode.com/svn/trunk/appengine-tools/
Patch Set: Clean up xml formatting. Created 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
Index: README.rdoc
===================================================================
--- README.rdoc (revision 0)
+++ README.rdoc (revision 0)
@@ -0,0 +1,10 @@
+Generate XML files required by App Engine for JRuby from a rackup file.
+This works from standard Ruby or JRuby, but you'll need the rack gem.
+
+Configure your app from within the 'config.ru' file:
+
+ AppEngine::Rack.app.configure( :application => 'simple', :version => 2 )
+
+Now run xmlgen.rb and and your ready to go:
+
+ jruby -rubygems -e 'require "appengine-tools/genxml"'

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r497