Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GUM - GVM - Lightning Talk

GUM - GVM - Lightning Talk

Jeff Beck

March 12, 2013
Tweet

Other Decks in Technology

Transcript

  1. What is GVM Manages versions of tools for you. •

    Groovy • Grails • Griffon • Gradle • vert.x
  2. Install You must have the following to use GVM: •

    JAVA_HOME environment variable set • curl • unzip Then run: > curl -s get.gvmtool.net | bash
  3. Usage List what versions are available: > gvm list grails

    Use a version: > gvm use grails 2.1.4
  4. GVM Extensions There is even extensions available. I use the

    switch extension with grails. Install > cd ~/.gvm/ext > curl https://raw.github.com/gvmtool/gvm- extensions/master/src/main/resources/extensions/gvm-switch.sh > gvm-switch.sh
  5. GVM Switch Usage > gvm switch grails It will inspect

    application.properties and set the current version to whatever is found in that file. Great for moving between many grails projects.