Mercurial > libervia-website
diff templates/default/presentation/presentation.html @ 34:68b51f51878c
presentation: update docker
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 11 Dec 2023 01:22:23 +0100 |
parents | 2f0a33b117d3 |
children | 347d32030451 |
line wrap: on
line diff
--- 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 @@ </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, 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 %} </p> -<pre>wget https://repos.goffi.org/sat/raw-file/tip/docker/web-demo.yml -docker-compose -f web-demo.yml up</pre> +<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}}