Mercurial > libervia-website
comparison 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 |
comparison
equal
deleted
inserted
replaced
33:2f0a33b117d3 | 34:68b51f51878c |
---|---|
380 </p> | 380 </p> |
381 </div> | 381 </div> |
382 </div> | 382 </div> |
383 <div class="box content"> | 383 <div class="box content"> |
384 <p>{% trans libervia_web='<strong>Libervia Web</strong>'|safe -%} | 384 <p>{% trans libervia_web='<strong>Libervia Web</strong>'|safe -%} |
385 To try a local demo of {{libervia_web}}, you can use the following instructions (assuming than wget, Docker | 385 To try a local demo of {{libervia_web}}, you can use the following instructions (assuming than wget and Docker |
386 and Docker Compose are installed): | 386 are installed): |
387 {%- endtrans %} | 387 {%- endtrans %} |
388 </p> | 388 </p> |
389 <pre>wget https://repos.goffi.org/sat/raw-file/tip/docker/web-demo.yml | 389 <pre>wget https://repos.goffi.org/libervia-backend/raw-file/tip/docker/web-demo.yml |
390 docker-compose -f web-demo.yml up</pre> | 390 docker compose -f web-demo.yml up</pre> |
391 <p> | 391 <p> |
392 {%- trans demo_url='<a href="http://localhost:8880" target="_blank">http://localhost:8880</a>'|safe -%} | 392 {%- trans demo_url='<a href="http://localhost:8880" target="_blank">http://localhost:8880</a>'|safe -%} |
393 Then launch your web browser on {{demo_url}} | 393 Then launch your web browser on {{demo_url}} |
394 {%- endtrans -%} | 394 {%- endtrans -%} |
395 </p> | 395 </p> |