# HG changeset patch # User Goffi # Date 1702254143 -3600 # Node ID 68b51f51878ccc42cac5b511fbc927cab1855e9b # Parent 2f0a33b117d3101448e83541358699c5021519fa presentation: update docker diff -r 2f0a33b117d3 -r 68b51f51878c templates/default/presentation/presentation.html --- a/templates/default/presentation/presentation.html Mon Dec 11 01:12:33 2023 +0100 +++ b/templates/default/presentation/presentation.html Mon Dec 11 01:22:23 2023 +0100 @@ -382,12 +382,12 @@

{% trans libervia_web='Libervia Web'|safe -%} - To try a local demo of {{libervia_web}}, you can use the following instructions (assuming than wget, Docker - and Docker Compose are installed): + To try a local demo of {{libervia_web}}, you can use the following instructions (assuming than wget and Docker + are installed): {%- endtrans %}

-
wget https://repos.goffi.org/sat/raw-file/tip/docker/web-demo.yml
-docker-compose -f web-demo.yml up
+
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}}