Grails - Install
Download
Download grails-bin-1.0.4.zip from http://www.grails.org/Download.
Older versions can be downloaded from http://grails.org/download/archive/Grails
Install
Extract to an appropriate folder. I extracted to:
C:\tools\grails-1.0.4\
Create a
GRAILS_HOMEenvironment variable that points to the path where you extracted the archive.Make sure the
JAVA_HOMEenvironment variable is set correctly.Append a reference to the
bindirectory within theGRAILS_HOMEdirectory to yourPATHvariable.Test your install by typing
grailsat the command prompt.