Grails

From Blue-IT.org Wiki

Revision as of 13:14, 26 July 2011 by Apos (talk | contribs) (Ubuntu)

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:

export PATH="$PATH:/local/share/grails/bin"
export JAVA_HOME="/usr/lib/jvm/java-6-sun"
export GRAILS_HOME="/local/share/grails"