Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 23rd, 2012  |  syntax: None  |  size: 0.63 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. apt-get update
  2. apt-get upgrade
  3. apt-get install openjdk-6-jre-headless
  4. apt-get install wget
  5. useradd -m torquebox
  6. wget http://torquebox.org/release/org/torquebox/torquebox-dist/2.0.0.beta1/torquebox-dist-2.0.0.beta1-bin.zip
  7. unzip torquebox-dist-2.0.0.beta1-bin.zip
  8. mv torquebox-dist-2.0.0.beta1 /opt
  9. chown -R torquebox:torquebox torquebox-dist-2.0.0.beta1
  10. ln -s /opt/torquebox-current/ /opt/torquebox-dist-2.0.0.beta1
  11.  
  12. wget http://downloads.jboss.org/mod_cluster//1.1.3.Final/mod_cluster-1.1.3.Final-linux2-x86-ssl.tar.gz
  13. tar zxvf http://downloads.jboss.org/mod_cluster//1.1.3.Final/mod_cluster-1.1.3.Final-linux2-x86-ssl.tar.gz
  14. mv opt/jboss /opt