Grails on Ubuntu

Grails on Ubuntu

1. use the command can open groovy console
>groovyConsole

2. install the grails with apt-get
>sudo add-apt-repository ppa:groovy-dev/grails
>sudo apt-get update
>sudo apt-get install grails

verify the installation is success
>grails

3. Install the IDE IntelliJ IDEA
download the file from here http://www.jetbrains.com/idea/

unzip the file to work directory
>sudo tar zxvf ideaIC-10.5.tar.gz -C /home/luohua/tools/

rename the directory to idea
>cd /home/luohua/tools
>mv idea-IC-107.105 idea

run the IDE
>IDEA_HOME/bin/idea.sh

references:
http://sillycat.iteye.com/blog/562774
http://sillycat.iteye.com/blog/562775
http://ullu.wordpress.com/2011/02/13/installing-groovy-grails-on-ubuntu/
http://flnkr.com/2011/05/08/installing-grails-with-netbeans-on-ubuntu-11-04/
http://techbrew.net/articles/200711/how-to-put-intellij-idea-on-ubuntu/
http://willerce.com/lib/install-intellij-idea-in-ubuntu

你可能感兴趣的:(ubuntu,ITeye,grails,groovy,idea)