# HG changeset patch # User Goffi # Date 1702396880 -3600 # Node ID 347d32030451c0cc36b08719d5f9fee0eb799bd7 # Parent 68b51f51878ccc42cac5b511fbc927cab1855e9b presentation (docker): add info on how to connect diff -r 68b51f51878c -r 347d32030451 templates/default/presentation/presentation.html --- 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 @@

{% trans libervia_web='Libervia Web'|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 %}

-
wget https://repos.goffi.org/libervia-backend/raw-file/tip/docker/web-demo.yml
+        
wget https://repos.goffi.org/libervia-backend/raw-file/tip/docker/web-demo.yml
 docker compose -f web-demo.yml up
-

- {%- trans demo_url='http://localhost:8880'|safe -%} - Then launch your web browser on {{demo_url}} - {%- endtrans -%} -

-

- {%- trans remove_instr='docker-compose -f web-demo.yml down'|safe, volume_remove='-v'|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 -%} -

+

+ {%- trans demo_url='http://localhost:8880'|safe, demo_account='demo/demo'|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 -%} +

+

+ {%- trans remove_instr='docker-compose -f web-demo.yml down'|safe, volume_remove='-v'|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 -%} +

-

Android