Created
March 30, 2015 02:13
-
-
Save jeffscottbrown/92e141ac5f58de7a0271 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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