Local Environment Setup
MacOS / Linux
Download the bash installer using the following command:
curl https://raw.githubusercontent.com/ICPHubPH/workshop-auto-installer/main/installer.sh -o installer.shRun the installer.sh
bash installer.sh projectname 80008000 is your designated port. don't change unless instructed
Windows
Enable virtualization on your BIOS Settings
Open your command prompt with Administrative Rights
Run the installer
wsl.exe --installRunning the said command will install Ubuntu as a default Linux Distro.
Enter the wsl instance by running the following command:
wslOnce you enter the wsl instance, you can run the MacOS / Linux installation instruction provided above.
Last updated