Skip to content

Instantly share code, notes, and snippets.

@etexier
Created January 7, 2014 19:59
Show Gist options
  • Save etexier/8305870 to your computer and use it in GitHub Desktop.
Save etexier/8305870 to your computer and use it in GitHub Desktop.
default helloworld project
project-create -n sample -vq -Dplatform_version=2.2.0-SNAPSHOT
api-add -qv simple
// comment out the following is not necessary
project-build -DskipTests=true
db-initialize -qv
server-start
server-log
server-stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment