Grails
From Blue-IT.org Wiki
Environment
Ubuntu
Download an install grails into a directory.
Then edit your ~/.bashrc file or use export to set the variables in the running shell / environment:
PATH="$PATH:/local/share/grails/bin" JAVA_HOME="/usr/lib/jvm/java-6-sun"