Grails

From Blue-IT.org Wiki

Revision as of 19:58, 25 July 2011 by Apos (talk | contribs) (Created page with "== 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 / env...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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"