$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Manage Groovy, Grails and Griffon Versions With GVM on Ubuntu 14.04 Trusty LTS Linux

November 7, 2014 | By the+gnu+linux+evangelist.

Getting-Started with GVM for Ubuntu

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Groovy enVironment Manager on Ubuntu 14.04 Trusty Tahr LTS i386/amd64 Linux.

GVM is a tool for managing parallel Versions of multiple Software Development Kits on most Unix based systems.
It provides a convenient command line interface for installing, switching, removing and listing Candidates.

GVM is written in bash and only depends on curl and unzip to be available on your system.

Ubuntu 14.04 Trusty LTS GVM Getting-Started - Featured

  1. Open a Command Line Terminal Window
    Ctrl+Alt+t
    (Press “Enter” to Execute Commands)

    Featured
  2. Installing GVM for Ubuntu.

    curl -s get.gvmtool.net | bash
    source "$HOME/.gvm/bin/gvm-init.sh"
  3. Testing GVM Setup.

    gvm help
  4. Getting-Started Managing Grails Versions with GVM.

    GVM Quick Start Documentation