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.sh

Run the installer.sh

bash installer.sh projectname 8000

8000 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 --install

Running the said command will install Ubuntu as a default Linux Distro.

Enter the wsl instance by running the following command:

wsl

Once you enter the wsl instance, you can run the MacOS / Linux installation instruction provided above.

Last updated