Skip to content

Instantly share code, notes, and snippets.

@elmer
Forked from jcrossley3/*install*
Created December 6, 2011 11:40
Show Gist options
  • Save elmer/1437905 to your computer and use it in GitHub Desktop.
Save elmer/1437905 to your computer and use it in GitHub Desktop.
$ rvm install jruby && rvm --create jruby@torquebox && jruby -J-Xmx1024m -S gem install torquebox-server --pre && torquebox
jruby-1.6.5 - #fetching
jruby-1.6.5 - #downloading jruby-bin-1.6.5, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 14.6M 100 14.6M 0 0 1868k 0 0:00:08 0:00:08 --:--:-- 2189k
jruby-1.6.5 - #extracting jruby-bin-1.6.5 to /Users/jim/.rvm/src/jruby-1.6.5
jruby-1.6.5 - #extracted to /Users/jim/.rvm/src/jruby-1.6.5
Building Nailgun
jruby-1.6.5 - #installing to /Users/jim/.rvm/rubies/jruby-1.6.5
jruby-1.6.5 - #importing default gemsets (/Users/jim/.rvm/gemsets/)
Copying across included gems
Building native extensions. This could take a while...
Successfully installed jruby-launcher-1.0.9-java
1 gem installed
Fetching: torquebox-core-2.0.0.beta1-java.gem (100%)
Fetching: torquebox-transactions-2.0.0.beta1.gem (100%)
Fetching: blankslate-2.1.2.4.gem (100%)
Fetching: torquebox-configure-2.0.0.beta1-java.gem (100%)
Fetching: torquebox-messaging-2.0.0.beta1-java.gem (100%)
Fetching: torquebox-naming-2.0.0.beta1-java.gem (100%)
Fetching: torquebox-rake-support-2.0.0.beta1.gem (100%)
Fetching: torquebox-security-2.0.0.beta1-java.gem (100%)
Fetching: torquebox-vfs-2.0.0.beta1-java.gem (100%)
Fetching: torquebox-web-2.0.0.beta1-java.gem (100%)
Fetching: torquebox-cache-2.0.0.beta1-java.gem (100%)
Fetching: torquebox-stomp-2.0.0.beta1.gem (100%)
Fetching: thor-0.14.6.gem (100%)
Fetching: torquebox-2.0.0.beta1.gem (100%)
Fetching: torquebox-server-2.0.0.beta1-java.gem (100%)
Successfully installed torquebox-core-2.0.0.beta1-java
Successfully installed torquebox-transactions-2.0.0.beta1
Successfully installed blankslate-2.1.2.4
Successfully installed torquebox-configure-2.0.0.beta1-java
Successfully installed torquebox-messaging-2.0.0.beta1-java
Successfully installed torquebox-naming-2.0.0.beta1-java
Successfully installed torquebox-rake-support-2.0.0.beta1
Successfully installed torquebox-security-2.0.0.beta1-java
Successfully installed torquebox-vfs-2.0.0.beta1-java
Successfully installed torquebox-web-2.0.0.beta1-java
Successfully installed torquebox-cache-2.0.0.beta1-java
Successfully installed torquebox-stomp-2.0.0.beta1
Successfully installed thor-0.14.6
Successfully installed torquebox-2.0.0.beta1
Successfully installed torquebox-server-2.0.0.beta1-java
15 gems installed
Tasks:
torquebox deploy ROOT # Deploy an application to TorqueBox
torquebox undeploy ROOT # Undeploy an application from TorqueBox
torquebox run # Run TorqueBox
torquebox cli # Run the JBoss AS7 CLI
torquebox env [VARIABLE] # Display TorqueBox environment variables
torquebox help [TASK] # Describe available tasks or one specific task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment