> For the complete documentation index, see [llms.txt](https://ondrej-kvasnovsky-2.gitbook.io/vaadin-on-grails-3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ondrej-kvasnovsky-2.gitbook.io/vaadin-on-grails-3/chapter1/environment_setup/unix_based_systems.md).

# Unix based systems

This section describes how to install Grails on Mac OS X and Linux. You will use [SdkMan](http://sdkman.io/usage.html) to install all the requited tools.

## Step 1

Install SdkMan with this command in your console: `curl -s "https://get.sdkman.io" | bash`.

![](https://3271386179-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M3wXpb66WydUuf48oMu%2F-M3xQTa40MQprcFtZxzB%2F-M3xQU9M7FJLMo3QLl4m%2Fsdk-man.png?generation=1585873550895080\&alt=media)

If you face to any kind of issues, open <http://sdkman.io/install.html> for help with SdkMan.

## Step 2

Open your console and install Gradle and Grails.

* `sdk install gradle`
* `sdk install grails`

Now you are done and you can proceed to another chapter about project creation.

## Step 3

Test your installation. Run `grails --version` int your command line.

```
| Grails Version: 3.2.9
| Groovy Version: 2.4.10
| JVM Version: 1.8.0_131
```
