Installing Grails on Mac OSX Leopard
Posted by e. | Filed under Grails, Technology
Here’s a quick tutorial to get Grails up and running on your Mac OSX machine:
Download the latest Binary from here.
To keep it clean, let’s unpack the archive and move the folder to /usr/share. Open up a terminal window and type: $ sudo mv ~/Downloads/grails-1.1 /usr/share
Change the permissions on these files $cd /usr/share
$sudo chown -R [...]