Skip to content

Instantly share code, notes, and snippets.

@stubotnik
Created October 20, 2014 08:33
Show Gist options
  • Save stubotnik/92fe411e5f5dda7c77f0 to your computer and use it in GitHub Desktop.
Save stubotnik/92fe411e5f5dda7c77f0 to your computer and use it in GitHub Desktop.
Torquebox env
sudo touch /etc/profile.d/torquebox.sh
echo 'export TORQUEBOX_HOME=/opt/torquebox/torquebox-3.1.1' | sudo tee -a /etc/profile.d/torquebox.sh
echo 'export JBOSS_HOME=$TORQUEBOX_HOME/jboss' | sudo tee -a /etc/profile.d/torquebox.sh
echo 'export JRUBY_HOME=$TORQUEBOX_HOME/jruby' | sudo tee -a /etc/profile.d/torquebox.sh
echo 'export PATH=$JRUBY_HOME/bin:$PATH' | sudo tee -a /etc/profile.d/torquebox.sh
export TORQUEBOX_HOME=/opt/torquebox/torquebox-3.1.1
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