Skip to content

Instantly share code, notes, and snippets.

@jeffscottbrown
Created March 30, 2015 02:13
Show Gist options
  • Save jeffscottbrown/92e141ac5f58de7a0271 to your computer and use it in GitHub Desktop.
Save jeffscottbrown/92e141ac5f58de7a0271 to your computer and use it in GitHub Desktop.
wget https://github.com/grails/grails-core/releases/download/v2.5.0/grails-2.5.0.zip && unzip grails-2.5.0.zip && export GRAILS_HOME=`pwd`/grails-2.5.0 && export PATH=$GRAILS_HOME/bin:$PATH && grails create-app testapp && cd testapp && grails run-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment