Problem scenario
You want to install Grails on a Linux server. What do you do?
Solution
Prerequisite
Your server has access to the internet.
Procedures
Run these commands:
sudo curl -s https://get.sdkman.io | sudo bash
sudo su -
sdk install grails
# We know this isn't a best practice to install things as root, but prevalent directions with the "source" command and an init.sh file don't always work with sudo.