Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created September 17, 2011 14:38
Show Gist options
  • Save jcrossley3/1223995 to your computer and use it in GitHub Desktop.
Save jcrossley3/1223995 to your computer and use it in GitHub Desktop.
$ rvm install jruby
$ rvm --create jruby@torquebox
$ gem install bundler
$ gem install torquebox-server --pre --source http://torquebox.org/2x/builds/LATEST/gem-repo/
$ gem install rails
$ rails new myapp -m $(torquebox env TORQUEBOX_HOME)/share/rails/template.rb
$ cd myapp
$ torquebox deploy
$ torquebox run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment