Skip to content

Instantly share code, notes, and snippets.

View 000panther's full-sized avatar

Paul Weber 000panther

View GitHub Profile
@mtnygard
mtnygard / gist:2254147
Created March 30, 2012 19:10
Books I recommended today
@marc0der
marc0der / Grails on Ubuntu
Created April 4, 2011 16:07
Install Grails on Ubuntu through LaunchPad
sudo add-apt-repository ppa:groovy-dev/grails
sudo apt-get update
sudo apt-get install grails-ppa
#to add grails 2.0.x
sudo apt-get install grails 2.0.x
#to add grails 1.3.9
sudo apt-get install grails-1.3.9