This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Booting AS7 from configuration /home/tonio/.rvm/gems/jruby-1.7.4@example/gems/torquebox-server-3.0.0.beta1-java/jboss/standalone/configuration/standalone.xml | |
/home/tonio/.rvm/gems/jruby-1.7.4@example/gems/torquebox-server-3.0.0.beta1-java/jboss/bin/standalone.sh -Djruby.home=/home/tonio/.rvm/rubies/jruby-1.7.4 --server-config=standalone.xml -Dhttp.port=3000 | |
JAVA_OPTS already set in environment; overriding default settings with values: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true | |
========================================================================= | |
JBoss Bootstrap Environment | |
JBOSS_HOME: /home/tonio/.rvm/gems/jruby-1.7.4@example/gems/torquebox-server-3.0.0.beta1-java/jboss | |
JAVA: java |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update | |
apt-get dist-upgrade -y | |
apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties -y | |
cd | |
wget http://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.2.tar.gz | |
tar -xzvf ruby-2.1.2.tar.gz | |
cd ruby-2.1.2/ | |
./configure |
OlderNewer