amazing development » JRuby http://amazing-development.com ruby, java and the rest Fri, 29 Nov 2013 18:57:08 +0000 en-US hourly 1 http://wordpress.org/?v=3.4.2 JRuby on appengine with Ubuntu http://amazing-development.com/archives/2010/01/06/jruby-on-appengine-with-ubuntu/ http://amazing-development.com/archives/2010/01/06/jruby-on-appengine-with-ubuntu/#comments Wed, 06 Jan 2010 11:09:20 +0000 Frank Spychalski http://amazing-development.com/?p=426 Overall the instructions on code.google.com are really good, so this is just a dump to remind me of the Ubuntu specific stuff I did on a pristine Ubuntu installation…


sudo apt-get install sun-java6-jdk
sudo apt-get install ruby-full rubygems

This installs only rubygems 1.3.1 but appengine needs 1.3.5.

ERROR: Error installing google-appengine:
bundler requires RubyGems version >= 1.3.5


sudo gem install rubygems-update
sudo /var/lib/gems/1.8/bin/update_rubygems
sudo gem install google-appengine

Et voilĂ ! Ten minutes later I have a running hello world in the cloud ;-)

]]>
http://amazing-development.com/archives/2010/01/06/jruby-on-appengine-with-ubuntu/feed/ 0