This commit is contained in:
parent
fb730d8704
commit
c0557813eb
1 changed files with 23 additions and 16 deletions
39
readme.md
39
readme.md
|
@ -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
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue