http://www.grails.org

 

SDKMAN! (The Software Development Kit Manager)

This tool makes installing Grails on any Bash platform (Mac OSX, Linux, Cygwin, Solaris or FreeBSD) very easy.
Simply open a new terminal and enter:

$ curl -s get.sdkman.io | bash

Follow the instructions on-screen to complete installation.
Open a new terminal or type the command:

$ source "$HOME/.sdkman/bin/sdkman-init.sh"

Then install the latest stable Grails:

$ sdk install grails

After installation is complete and you've made it your default version, test it with:

$ grails -version

That's all there is to it!

相关文章:

  • 2022-01-19
  • 2021-12-08
  • 2022-03-05
  • 2021-06-28
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-27
  • 2021-08-01
  • 2021-05-11
  • 2021-04-04
  • 2022-12-23
  • 2022-02-05
  • 2021-11-13
相关资源
相似解决方案