From 057f84e6639d204d485ae9d7aa7566ee23cfb5ca Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 21 Mar 2025 00:10:21 +0100 Subject: [PATCH] advertise dxfl --- templates/garage_website_inspect.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/templates/garage_website_inspect.html b/templates/garage_website_inspect.html index 9396614..c0e0a89 100644 --- a/templates/garage_website_inspect.html +++ b/templates/garage_website_inspect.html @@ -76,7 +76,10 @@
Informations de connexion
-
+
+

Première configuration :

+ +
+sudo npm install -g dxfl
+dxfl login
+				
+ +

Pour déployer votre site contenu dans le dossier public :

+
+dxfl deploy {{ .View.Name.Pretty }} ./public
+				
+
+