Skip to content

Instantly share code, notes, and snippets.

@StephenRadachy
Created January 19, 2015 09:15
Show Gist options
  • Save StephenRadachy/1cc451d1745792f0dd22 to your computer and use it in GitHub Desktop.
Save StephenRadachy/1cc451d1745792f0dd22 to your computer and use it in GitHub Desktop.
Go go gadget Grails
# Install JDK
curl -s get.gvmtool.net | bash
echo y | gvm install grails
# cd to code folder
grails create-app <name>
grails run-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment