Initial Software Installation
Initial Software Installation
1
Important
2
Git Installation
3
Git Installation on Windows
● When the installer asks you to select your preferred editor, it doesn't really
matter, but the editor must be already installed or come with Git. Scroll the
list up and select “Nano”, for example, it comes with Git.
4
Git Configuration
● Once Git is installed, configure Git to use your name and your Sheridan email.
● Open Git Bash, it comes with Git on Windows or open Terminal on Mac.
● Use the command line commands as below.
● It is required to use your real name and your Sheridan email.
5
JDK Installation
6
Installing Node.js
7
Installing IntelliJ IDEA Ultimate
● Intellij IDEA Ultimate will be used to run command line Kotlin code in the
beginning of the course and server-side code later.
● The software requires activation. The educational licence is free.
● Download IntelliJ IDEA Ultimate from the JetBrains website
● Use your Sheridan email to get educational license at the website.
● Keep the IDE current with installing updates regularly.