Installing Grails on Mac OS X
Posted by pebuchmann_super on 26 Jun 2009 | Tagged as: Software Development
I found this blog that explains how to install Grails on Max OS X. Copy the downloaded folder to /usr/share/ $cd /usr/share $sudo chown -R root:wheel grails-1.1.1/ $sudo chmod 0755 grails-1.0.1/bin/* $ln -s grails-1.1.1 grails Add the path variable to /ect/profile like on Linux.