How to install Grails on Ubuntu?
Until recently it was not possible to install Grails on Ubuntu computer through using a command line or a package manager with UI (Ubuntu Software Center or Synaptic for example) “from the box”. But now due to Marco Vermeulen and his PPA we can install a last stable release of Grails with three simple lines in shell. Here they are:
sudo add-apt-repository ppa:groovy-dev/grails sudo apt-get update sudo apt-get install grails grails-doc
That’s all. And it’s awful. Thank you, Marco! :)