Skip to content

Instantly share code, notes, and snippets.

@hopbit
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hopbit/f26ee7a01eec12536689 to your computer and use it in GitHub Desktop.
Save hopbit/f26ee7a01eec12536689 to your computer and use it in GitHub Desktop.
# @ 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