Last active
August 29, 2015 14:06
-
-
Save hopbit/f26ee7a01eec12536689 to your computer and use it in GitHub Desktop.
This file contains 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
# @ cmd.exe | |
grails create-app album | |
cd album | |
grails run-app | |
grails run-app -Dserver.port=9090 | |
firefox http://localhost:8080/album/ | |
# liquidbase | |
grails create-domain-class | |
// http://bit.ly/1sZ7vm7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment