From 3312d66a0da955558b0b316e0f49e2655e25ac82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 10 Jan 2020 15:54:41 -0500 Subject: [PATCH] actually show first graph and tell users how to edit --- tsa/howto/new-machine.mdwn | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tsa/howto/new-machine.mdwn b/tsa/howto/new-machine.mdwn index 6460c5f9..3ccfceb5 100644 --- a/tsa/howto/new-machine.mdwn +++ b/tsa/howto/new-machine.mdwn @@ -162,10 +162,9 @@ All commands to be run as root unless otherwise noted. ## Design If you want to understand better the different installation procedures there is a -install flowchart: +install flowchart that was made on [Draw.io](https://draw.io). -* [PNG](./install.png) -* [drawio](./install.drawio) +[[install.png]] There are also per-site install graphs: @@ -173,6 +172,10 @@ There are also per-site install graphs: * [install-hetzner-robot.png](install-hetzner-robot.png) * [install-ganeti.png](install-ganeti.png) +To edit those graphics, head to the website (or +install their Electron desktop app) and load the [install.drawio](./install.drawio) +file. + Those diagrams were created as part of the redesign of the install process, to better understand the various steps of the process and see how they could be refactored. They should not be considered an -- GitLab