readme/how
All checks were successful
/ job (push) Successful in 11m33s

This commit is contained in:
Marc Beninca 2024-08-23 15:06:50 +02:00
parent fb730d8704
commit c0557813eb
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -46,25 +46,32 @@ Picture it…
#### Shell
* setting up the chosen Operating System container
* Domain Name System resolving
* package manager configuration & repositories
* Certificate Authorities trusting
* Operating System updating
* installing Git to clone
* this project
* its parent framework
* installing both Python
* system environment
* virtual environment
* generating a Python module to switch
* [X] setting up the chosen Operating System container
* [X] Domain Name System resolving
* [X] package manager configuration & repositories
* [X] Certificate Authorities trusting
* [X] Operating System updating
* [X] installing Git to clone
* [X] this project
* [X] its parent framework
* [X] installing both Python
* [X] system environment
* [X] virtual environment
* [X] generating a Python module to switch context
#### Python
* setting up an OpenSSH client context
* known hosts
* private key
* parsing common YAML syntax to launch Python actions
* [X] setting up an OpenSSH client
* [X] known hosts
* [ ] private key
* [ ] and finally parsing commands from
* [X] system
* [ ] workflow
* [ ] to run available actions
* [ ] check project
* [ ] build project
* [X] browse workspace
* [ ] synchronize
---