Skip to content

Instantly share code, notes, and snippets.

@brendonanderson
Created April 16, 2015 01:54
Show Gist options
  • Save brendonanderson/b10096a944ce8927a17c to your computer and use it in GitHub Desktop.
Save brendonanderson/b10096a944ce8927a17c to your computer and use it in GitHub Desktop.
Ratpack Blog - Install Lazybones using GVM
#Install GVM if you haven't already
curl -s get.gvmtool.net | bash
#Install Lazybones using GVM
gvm install lazybones
#Setup the project
lazybones create ratpack myapp
#Go into the project directory
cd myapp
#Startup the application using the gradle wrapper
./gradlew run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment