This repository serves as a root directory for a setup.
(* This step can be skipped in Linux or WSL2 environments)
- Run:
vagrant up
vagrant ssh-config > ssh_config-
In VSCode, execute
Ctrl+Shift+P->Remote-SSH: Open Configuration File...->Settings. -
In the settings page, paste the full path to the
ssh_configfile generated byvagrant ssh-config. You can right-click the file in the Explorer and chooseCopy Path. -
In VSCode, execute
Ctrl+Shift+P->Remote-SSH: Connect to Host...and choose the host of the ssh configuration file you added (dockerhostin this case). -
Open the Folder
/lrdin VSCode inside the VM.
- Run:
./setup.shThis will clone the controller (ctl) repository and run the script ./run script there to clone the env-main repository (which has the projects that will be used by the controller) and prepare the environment.