Setup
To run the code, the following software is required to be installed on your local machine.
-
Docker Desktop
Please note that a user account should be created from:
a. To install on Mac, please refer to this link:
https://docs.docker.com/docker-for-mac/install/
b. To install on Windows, please refer to this link:
https://docs.docker.com/docker-for-windows/install/
c. To install on Linux (Ubuntu, CentOS, or others), please refer to this link:
-
Git (optional but recommended)
a. Windows
https://git-scm.com/download/win
b. Mac or Linux
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
Then, the source code of the lessons can be downloaded from the GitHub repository:
https://github.com/Iqoqo/sdc2019
To download the code, you can either use the following command with a command-line interface.
git clone https://github.com/Iqoqo/sdc2019
Or, we can download the zip file directly from the GitHub repository. Once you have downloaded the file (as a zip file), please extract the file to your own favourite location. We will refer the path to the directory as the project root in the future.
Sample Code
Here is a sample code for you to start coding this activity. Feel free to download them and start your learning experience!