Configure Lab ComputersΒΆ
This documents how to set up the configuration for Cloud Courier to upload files from different folders on a computer.
Create a new feature branch in your
cloud-courier-infrastructureGithub repository. TODO: add more details how to do thisOpen the file
src/cloud_courier_infrastructure/computers.pyusing your Github Codespace (or whatever IDE you prefer). TODO: add more details how to do thisAdd a new
LabComputerConfigentry to the list ofall_computers. See description below about what the different configuration fields control.Add any number of new entries, or edit any existing entries without creating any new ones.
Commit your changes to the feature branch. (TODO: add more details how to do this)
Merge the feature branch to
main. (TODO: add more details how to do this)