Configure Lab ComputersΒΆ

This documents how to set up the configuration for Cloud Courier to upload files from different folders on a computer.

  1. Create a new feature branch in your cloud-courier-infrastructure Github repository. TODO: add more details how to do this

  2. Open the file src/cloud_courier_infrastructure/computers.py using your Github Codespace (or whatever IDE you prefer). TODO: add more details how to do this

  3. Add a new LabComputerConfig entry to the list of all_computers. See description below about what the different configuration fields control.

  4. Add any number of new entries, or edit any existing entries without creating any new ones.

  5. Commit your changes to the feature branch. (TODO: add more details how to do this)

  6. Merge the feature branch to main. (TODO: add more details how to do this)