Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1.23 KB

Installation_Guide.md

File metadata and controls

59 lines (33 loc) · 1.23 KB

To be able to run this workshop, one needs the following installed:

Mac

IDE:

preferably IntelliJ (Community Edition is fine) download link

Git:

Follow the guide here

Java:

Any version equal or above java 8 is fine:

brew cask install java

Maven:

See here

Linux

IDE:

preferably IntelliJ (Community Edition is fine) download link

Git:

Follow the guide here

Java:

sudo apt install default-jdk

Maven:

See here

Windows

IDE:

preferably IntelliJ (Community Edition is fine) download link

Git:

Follow the guide here

Java:

See here

Maven:

See here