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_config
file 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 (dockerhost
in this case). -
Open the Folder
/lrd
in VSCode inside the VM.
- Run:
./setup.sh
This 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.