BCS Install Grails On Ubuntu

There are those time when you need to have Grails installed on the Ubuntu server.  I have developed a technique that will fully install grails in four commands.
First the apt add repository command processor must be installed and in place.  The command below will accomplish this.
sudo apptitude instal python-software-properties
Now the command processor is installed add the Grails repository.
sudo add-apt-repository ppa:groovy-dev/grails
Now run update to synchronize the repository.
sudo apt-get update
Lastly we will install the grails application and its documentation.
sudo apt-get install grails grails-doc
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems authored this article.

Leave a Reply

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