Grails - ilya-khadykin/notes-outdated GitHub Wiki
TO DO:
Grails is a full stack MVC Framework running on Java Server Architecture (Tomcat)
How to install Grails
You should install JDK first and make sure JAVA_HOME environment variable is set correctly. After that you have to download Grails SDK - https://grails.org/download.html and set up GRAILS_HOME environment variable.
IntelliJ IDEA supports Grails and has special template while crating a new project.
Use grails -version
to verify installation
You can use Groovy/Grails Tool Suite (GGTS) IDE to write Grails applications