Created
April 4, 2011 16:07
-
-
Save marc0der/901884 to your computer and use it in GitHub Desktop.
Install Grails on Ubuntu through LaunchPad
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
#to add grails 1.2.5 | |
sudo apt-get install grails-1.2.5 | |
#switch between versions | |
sudo update-alternatives --config grails |
i guess now you have grails 2.0.0 M2, instead of M1 now
Yeah sorry, the was serving 2.0.0 M2 but the docs still read 2.0.0 M1.
Completely useless if you need an older version. Seriously, why is this so ridicolous hard to install this on linux ? sudo apt-get install grails-1.3.9 will install 1.3.9, but after first start of grails it updates to 2.x automatically.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We could exclude it from the ppa package and leave it in the original bundle.
To me it just seems like it's not really related to gedit.