Skip to content

Instantly share code, notes, and snippets.

@marc0der
Created April 4, 2011 16:07
Show Gist options
  • Select an option

  • Save marc0der/901884 to your computer and use it in GitHub Desktop.

Select an option

Save marc0der/901884 to your computer and use it in GitHub Desktop.

Revisions

  1. marc0der revised this gist Jul 7, 2012. 1 changed file with 6 additions and 3 deletions.
    9 changes: 6 additions & 3 deletions Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,12 @@
    sudo add-apt-repository ppa:groovy-dev/grails
    sudo apt-get update
    sudo apt-get install grails
    sudo apt-get install grails-ppa

    #to add any grails 1.3.x
    sudo apt-get install grails-1.3.x
    #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
  2. marc0der revised this gist Dec 20, 2011. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -2,9 +2,6 @@ sudo add-apt-repository ppa:groovy-dev/grails
    sudo apt-get update
    sudo apt-get install grails

    #to add grails 2.0.0
    sudo apt-get install grails-2.0.0

    #to add any grails 1.3.x
    sudo apt-get install grails-1.3.x

  3. marc0der revised this gist Oct 26, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@ sudo add-apt-repository ppa:groovy-dev/grails
    sudo apt-get update
    sudo apt-get install grails

    #to add grails 2.0.0 M2
    #to add grails 2.0.0
    sudo apt-get install grails-2.0.0

    #to add any grails 1.3.x
  4. marc0der revised this gist Oct 18, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@ sudo add-apt-repository ppa:groovy-dev/grails
    sudo apt-get update
    sudo apt-get install grails

    #to add grails 2.0.0 M1
    #to add grails 2.0.0 M2
    sudo apt-get install grails-2.0.0

    #to add any grails 1.3.x
  5. marc0der revised this gist Aug 15, 2011. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,9 @@ sudo apt-get install grails
    #to add grails 2.0.0 M1
    sudo apt-get install grails-2.0.0

    #to add any grails 1.3.x
    sudo apt-get install grails-1.3.x

    #to add grails 1.2.5
    sudo apt-get install grails-1.2.5

  6. marc0der revised this gist Jul 30, 2011. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,5 @@
    sudo add-apt-repository ppa:groovy-dev/grails
    sudo apt-get update
    #track latest stable (currently grails 1.3.7)
    sudo apt-get install grails

    #to add grails 2.0.0 M1
  7. marc0der revised this gist Jul 30, 2011. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,6 @@
    sudo add-apt-repository ppa:groovy-dev/grails
    sudo apt-get update

    #to install latest stable grails 1.3.7
    #track latest stable (currently grails 1.3.7)
    sudo apt-get install grails

    #to add grails 2.0.0 M1
  8. marc0der revised this gist Jul 30, 2011. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,11 @@
    sudo add-apt-repository ppa:groovy-dev/grails
    sudo apt-get update

    #to install latest stable grails 1.3.7
    sudo apt-get install grails

    #to add grails 1.4.0 M1
    sudo apt-get install grails-1.4.0
    #to add grails 2.0.0 M1
    sudo apt-get install grails-2.0.0

    #to add grails 1.2.5
    sudo apt-get install grails-1.2.5
  9. marc0der revised this gist Jul 9, 2011. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -5,5 +5,8 @@ sudo apt-get install grails
    #to add grails 1.4.0 M1
    sudo apt-get install grails-1.4.0

    #to add grails 1.2.5
    sudo apt-get install grails-1.2.5

    #switch between versions
    sudo update-alternatives --config grails
  10. marc0der revised this gist Jul 6, 2011. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,9 @@
    sudo add-apt-repository ppa:groovy-dev/grails
    sudo apt-get update
    sudo apt-get install grails

    #to add grails 1.4.0 M1
    sudo apt-get install grails-1.4.0

    #switch between versions
    sudo update-alternatives --config grails
  11. marc0der revised this gist Jun 28, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    sudo add-apt-repository ppa:groovy-dev/grails
    sudo apt-get update
    sudo apt-get install grails grails-doc
    sudo apt-get install grails
  12. marc0der revised this gist May 5, 2011. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,3 @@
    sudo add-apt-repository ppa:groovy-dev/grails
    sudo apt-get update && sudo apt-get install grails grails-doc
    sudo apt-get update
    sudo apt-get install grails grails-doc
  13. marc0der revised this gist May 5, 2011. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,2 @@
    sudo add-apt-repository ppa:groovy-dev/grails
    sudo apt-get update
    sudo apt-get install grails grails-doc
    sudo apt-get update && sudo apt-get install grails grails-doc
  14. marc0der revised this gist May 5, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    sudo add-apt-repository ppa:groovy-dev/grails
    sudo apt-get update
    sudo apt-get install grails
    sudo apt-get install grails grails-doc
  15. marc0der revised this gist Apr 4, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    sudo add-apt-repository ppa:vermeulen-mp/grails
    sudo add-apt-repository ppa:groovy-dev/grails
    sudo apt-get update
    sudo apt-get install grails
  16. marc0der created this gist Apr 4, 2011.
    3 changes: 3 additions & 0 deletions Grails on Ubuntu
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    sudo add-apt-repository ppa:vermeulen-mp/grails
    sudo apt-get update
    sudo apt-get install grails