From 4aa239de8974e48d57666c612a829c3686528ec3 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Fri, 11 Feb 2022 12:28:19 -0500 Subject: [PATCH] minor documentation changes to clarify new user setup --- pages/01.administrate/05.install/install.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/01.administrate/05.install/install.md b/pages/01.administrate/05.install/install.md index a0bb9848..bfb277e5 100644 --- a/pages/01.administrate/05.install/install.md +++ b/pages/01.administrate/05.install/install.md @@ -546,7 +546,7 @@ Let's therefore add a first "regular" user. [ui-tabs position="top-left" active="0" theme="lite"] [ui-tab title="From the web interface"] -Go in Users > Add +Go in Users > Click on "+ New User" button [figure class="nomargin" caption="Preview of the user creation UI"] ![User creation](image://create-first-user.png?resize=100%&class=inline) @@ -573,7 +573,7 @@ The diagnosis system is meant to provide an easy way to validate that all critic [ui-tabs position="top-left" active="0" theme="lite"] [ui-tab title="(Recommended) From the web interface"] -To run a diagnosis, go on Web Admin in the Diagnosis section. You should get a screen like this : +To run a diagnosis, go on Web Admin in the Diagnosis section. Click Run initial diagnosis and you should get a screen like this : [figure class="nomargin" caption="Preview of the diagnostic panel"] ![](image://diagnostic.png?resize=100%&class=inline) @@ -592,11 +592,13 @@ yunohost diagnosis show --issues --human-readable Once you configured DNS records and port forwarding (if needed), you should be able to install a Let's Encrypt certificate. This will get rid of the spooky security warning from earlier for new visitors. -For more detailled instructions, or to lean more about SSL/TLS certificates, see [the corresponding page here](/certificate). +For more detailed instructions, or to lean more about SSL/TLS certificates, see [the corresponding page here](/certificate). [ui-tabs position="top-left" active="0" theme="lite"] [ui-tab title="From the web interface"] +Go in Domains > Click on your domain > SSL Certificate + [figure class="nomargin" caption="Preview of the diagnostic panel"] ![](image://certificate-before-LE.png?resize=100%&class=inline) [/figure]