changeset 35:347d32030451 default tip

presentation (docker): add info on how to connect
author Goffi <goffi@goffi.org>
date Tue, 12 Dec 2023 17:01:20 +0100
parents 68b51f51878c
children
files templates/default/presentation/presentation.html
diffstat 1 files changed, 13 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/templates/default/presentation/presentation.html	Mon Dec 11 01:22:23 2023 +0100
+++ b/templates/default/presentation/presentation.html	Tue Dec 12 17:01:20 2023 +0100
@@ -382,26 +382,25 @@
     </div>
     <div class="box content">
         <p>{% trans libervia_web='<strong>Libervia Web</strong>'|safe -%}
-        To try a local demo of {{libervia_web}}, you can use the following instructions (assuming than wget and Docker
+        To try a local demo of {{libervia_web}}, you can use the following instructions (assuming that wget and Docker
         are installed):
         {%- endtrans %}
         </p>
-<pre>wget https://repos.goffi.org/libervia-backend/raw-file/tip/docker/web-demo.yml
+        <pre>wget https://repos.goffi.org/libervia-backend/raw-file/tip/docker/web-demo.yml
 docker compose -f web-demo.yml up</pre>
-    <p>
-    {%- trans demo_url='<a href="http://localhost:8880" target="_blank">http://localhost:8880</a>'|safe -%}
-    Then launch your web browser on {{demo_url}}
-    {%- endtrans -%}
-    </p>
-    <p>
-    {%- trans remove_instr='<code>docker-compose -f web-demo.yml down</code>'|safe, volume_remove='<code>-v</code>'|safe -%}
-    To remove container images, just enter {{remove_instr}} (add {{volume_remove}}
-    at the end if you also want to remove the associated volume, i.e. data persistence).
-    {%- endtrans -%}
-    </p>
+        <p>
+        {%- trans demo_url='<a href="http://localhost:8880" target="_blank">http://localhost:8880</a>'|safe, demo_account='<code>demo</code>/<code>demo</code>'|safe -%}
+        Then launch your web browser at {{demo_url}} and either use {{demo_account}}, an existing XMPP account, or sign up for a new one using the registration link at the bottom.
+        {%- endtrans -%}
+        </p>
+        <p>
+        {%- trans remove_instr='<code>docker-compose -f web-demo.yml down</code>'|safe, volume_remove='<code>-v</code>'|safe -%}
+        To remove the container images, just enter {{remove_instr}} (add {{volume_remove}}
+        at the end if you also want to remove the associated volume, i.e., data persistence).
+        {%- endtrans -%}
+        </p>
     </div>
 
-
     <h3 class="subtitle is-3">Android</h3>
     <div class="message is-warning">
         <div class="message-body">