- Create VM (optional)
- Install software
- Fork & Clone Class Repo and set Github requirements
Execute create-lab-vm.sh or run the following remote script in Cloud Shell
curl https://raw.githubusercontent.com/arambazamba/ng-dev/main/Setup/create-lab-vm.sh | bashNote: In order for Docker to work on a Windows 10 host you need to install Hyper-V or use Windows Subsystem for Linux 2 (WSL2). A detailed Setup Guide can be found here
Go to Ressource Group ng-dev and connect to VM using RDP and the credentials that you have used in the script:
Download RDP File:
Optional - Disable Login:
Sign In & Remember:
Credentials:
user=ng-devlabadmin
pwd=Lab@dmin1233
Accept Settings:
Base Software Requirements:
To install an optimal software configuration run the script setup-angular-dev.ps1 from an elevated PowerShell prompt:
Set-ExecutionPolicy Bypass -Scope Process -Force;
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arambazamba/ng-dev/main/Setup/setup-angular-dev.ps1'))Note: This script will run for approx 15 min. No need to wait! In the meantime you can continue to fork and clone my repo as described in the next section.
Set User and E-Mail in order to be able to commit to git:
git config --global user.name "Your Name"
git config --global user.email "your.email@yourdomain.com"Go to https://github.com/arambazamba/ng-dev and fork the repo
The forking-workflow allows you to commit your changes to your fork of the repo and still get updates on the repo
Clone Class Repo:
git clone https://github.com/Student01/ng-devNote: If you have forked the class repo clone your own fork, otherwise use https://github.com/ARambazamba/ng-dev








