readme/how,what
This commit is contained in:
parent
1b8f505403
commit
fb730d8704
1 changed files with 26 additions and 4 deletions
30
readme.md
30
readme.md
|
@ -28,8 +28,12 @@ Picture it…
|
|||
* Domain Name System servers IP addresses
|
||||
* ref names for deployment contexts of feature, staging & release
|
||||
* alternate locations of
|
||||
* Git repositories of this project & its parent framework
|
||||
* Operating Systems & Software packages
|
||||
* Git repositories of
|
||||
* this project
|
||||
* its parent framework
|
||||
* projects not available in some distributions
|
||||
* shunit2
|
||||
* SSH key & hosts for deployments
|
||||
* a standalone POSIX shell script payload
|
||||
|
||||
|
@ -40,8 +44,26 @@ Picture it…
|
|||
|
||||
### Integration & Deployment
|
||||
|
||||
* configuring the Operating System container
|
||||
* installing Python system & virtual environments
|
||||
#### 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
|
||||
|
||||
#### Python
|
||||
|
||||
* setting up an OpenSSH client context
|
||||
* known hosts
|
||||
* private key
|
||||
* parsing common YAML syntax to launch Python actions
|
||||
|
||||
---
|
||||
|
@ -50,7 +72,7 @@ Picture it…
|
|||
|
||||
### Features
|
||||
|
||||
SPCD handles project workflows in a unified way:
|
||||
Handle project workflows in a unified way:
|
||||
|
||||
* whether the network infrastructure is
|
||||
* [X] online
|
||||
|
|
Loading…
Reference in a new issue