0% found this document useful (0 votes)
10 views8 pages

Initial Software Installation

Uploaded by

mir593469
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views8 pages

Initial Software Installation

Uploaded by

mir593469
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Initial Software Installation

SYST24444 / Mobile Web-Based Application Development

1
Important

● The described software setup is used to check student programs during


grading.
● It is assumed that students install the software according to the provided
instructions on Windows or Mac laptops.
● There is no time and resources to check submitted programs with
different software or different versions of the same software.
● If a submitted program does not work with the described software setup,
it is graded as if this program does not work in general.

2
Git Installation

● It is required to use Git in all programs submitted for grading.

● Use Git that comes with Xcode on Macs.


● Git installation on Windows is on the following slide.

3
Git Installation on Windows

● Use the website link, to download Git for Windows.

● Start the default 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

● Download and install the latest of JDK 17 from Oracle website.


● This installed version of JDK 17 will be used for running server-side code
using IntelliJ IDEA Ultimate.
● The server-side code, similar to the code from the course
PROG32758 / Java Enterprise Development, will be provided by the teacher.
● Students are not expected to write Java code in this course, although
some knowledge of Java from the previous courses will be helpful.

6
Installing Node.js

● Download the latest LTS version of Node.js,


currently version 22.13.0 LTS, from the official website.
● Run the installation with all default options.

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.

You might also like