Skip to content

Instantly share code, notes, and snippets.

@vaskoz
Created January 24, 2013 04:35
Show Gist options
  • Save vaskoz/4617663 to your computer and use it in GitHub Desktop.
Save vaskoz/4617663 to your computer and use it in GitHub Desktop.
Torquebox environment setup file.
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