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
|
#### Shell
|
||||||
|
|
||||||
* setting up the chosen Operating System container
|
* [X] setting up the chosen Operating System container
|
||||||
* Domain Name System resolving
|
* [X] Domain Name System resolving
|
||||||
* package manager configuration & repositories
|
* [X] package manager configuration & repositories
|
||||||
* Certificate Authorities trusting
|
* [X] Certificate Authorities trusting
|
||||||
* Operating System updating
|
* [X] Operating System updating
|
||||||
* installing Git to clone
|
* [X] installing Git to clone
|
||||||
* this project
|
* [X] this project
|
||||||
* its parent framework
|
* [X] its parent framework
|
||||||
* installing both Python
|
* [X] installing both Python
|
||||||
* system environment
|
* [X] system environment
|
||||||
* virtual environment
|
* [X] virtual environment
|
||||||
* generating a Python module to switch
|
* [X] generating a Python module to switch context
|
||||||
|
|
||||||
#### Python
|
#### Python
|
||||||
|
|
||||||
* setting up an OpenSSH client context
|
* [X] setting up an OpenSSH client
|
||||||
* known hosts
|
* [X] known hosts
|
||||||
* private key
|
* [ ] private key
|
||||||
* parsing common YAML syntax to launch Python actions
|
* [ ] 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