BCS Latest Grails Ubuntu 14.04


The utility SDKMAN is the easiest way to maintain the latest version of Grails on Ubuntu 14.04.
SDKMan! (The Software Development Kit Manager). This tool makes installing Grails on any Bash platform (Mac OSX, Linux, Cygwin, Solaris or FreeBSD) very easy.
First get the tool by issuing the following command.
[codesyntax lang=”bash”]

curl -s get.sdkman.io | bash

[/codesyntax]
Follow the instructions on-screen to complete installation.
Open a new terminal or type the command:
[codesyntax lang=”bash”]

source "$HOME/.sdkman/bin/sdkman-init.sh"

[/codesyntax]
Then install the latest stable Grails:
[codesyntax lang=”bash”]

sdk install grails

[/codesyntax]
After installation is complete and you’ve made it your default version, test it with:
[codesyntax lang=”bash”]

grails -version

[/codesyntax]
That’s all there is to it!
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.

Leave a Reply

Your email address will not be published. Required fields are marked *