Updated documentation
parent
9f47d689cc
commit
9e11a1e6ba
|
|
@ -29,9 +29,12 @@ you to enter the Git details into them. By having a **devops** definition as
|
|||
described here you can further automate the process - and have a roadmap
|
||||
to change tooling if circumstances change.
|
||||
|
||||
If you do not include the **.well-known/devops.json** file creation into
|
||||
your Git repository creation process, maybe some of the concepts may
|
||||
provoke some improvements into your current process.
|
||||
Some automation to the process can be achieved by executing simple
|
||||
scripts at the start of the project.
|
||||
|
||||
If you decide that **.well-known/devops.json** is not for you
|
||||
maybe some of the concepts may provoke some improvements into
|
||||
your current process.
|
||||
|
||||
## What doesn't it do
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
|
||||
```mermaid
|
||||
|
||||
mindmaps
|
||||
|
||||
|
||||
```
|
||||
|
|
@ -1,5 +1,8 @@
|
|||
# Install
|
||||
|
||||
_Note_: This document is not about the installation of
|
||||
**rediops**.
|
||||
|
||||
The **install** section of the **devops.json** is to enable the discovery of the functions
|
||||
to use when a install of the component is required.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# Software Bill of Materials (SBOM)
|
||||
|
||||
|
||||
The **rediops** definition can help with documenting
|
||||
your SBOM
|
||||
|
|
|
|||
|
|
@ -2,5 +2,12 @@
|
|||
|
||||
This is a tutorial demonstrating the build and deploying a Microservice.
|
||||
|
||||
The process summary is:
|
||||
|
||||
```mermaid
|
||||
|
||||
journey
|
||||
title Microservice project
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -6,4 +6,6 @@ There are many commercial and open source tools that provide a similar capabilit
|
|||
and this is not intended to replace those tools if yo have them already
|
||||
in everyday use.
|
||||
|
||||
The process summary is:
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
# Uninstall
|
||||
|
||||
_Note_: This document is not about the uninstall of
|
||||
**rediops**.
|
||||
|
||||
The **uninstall** section of the **devops.json** is to enable the discovery of the functions
|
||||
to use when a decommisison of the component is required.
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
<html><head><title>Error</title></head><body>Internal Server Error</body></html>
|
||||
Loading…
Reference in New Issue