Difference between revisions of "Grails"

From Blue-IT.org Wiki

(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...")
 
(Ubuntu)
Line 4: Line 4:
  
 
Then edit your ''~/.bashrc'' file or use ''export'' to set the variables in the running shell / environment:
 
Then edit your ''~/.bashrc'' file or use ''export'' to set the variables in the running shell / environment:
  PATH="$PATH:/local/share/grails/bin"
+
  export PATH="$PATH:/local/share/grails/bin"
  JAVA_HOME="/usr/lib/jvm/java-6-sun"
+
  export JAVA_HOME="/usr/lib/jvm/java-6-sun"
 +
export GRAILS_HOME="/local/share/grails"

Revision as of 13:14, 26 July 2011

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"