BRAINS'TRIM

Notes about Flex, Grails, Linux and Amazon Web Services in real conditions, as well as music, movies and so on

May 29, 2011 at 12:39am

Home

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! :)

Notes

  1. brainstrim posted this