Created
January 24, 2013 04:35
-
-
Save vaskoz/4617663 to your computer and use it in GitHub Desktop.
Torquebox environment setup file.
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
export TORQUEBOX_HOME=/opt/torquebox-2.x.incremental.1334 | |
export JAVA_OPTS="-Xmx2048m -XX:MaxPermSize=400m" | |
export JBOSS_HOME=$TORQUEBOX_HOME/jboss | |
export JRUBY_HOME=$TORQUEBOX_HOME/jruby | |
export PATH=$JRUBY_HOME/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment