Mercurial > libervia-website
comparison templates/default/presentation/presentation.html @ 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 |
comparison
equal
deleted
inserted
replaced
34:68b51f51878c | 35:347d32030451 |
---|---|
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 and Docker | 385 To try a local demo of {{libervia_web}}, you can use the following instructions (assuming that wget and Docker |
386 are installed): | 386 are installed): |
387 {%- endtrans %} | 387 {%- endtrans %} |
388 </p> | 388 </p> |
389 <pre>wget https://repos.goffi.org/libervia-backend/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, demo_account='<code>demo</code>/<code>demo</code>'|safe -%} |
393 Then launch your web browser on {{demo_url}} | 393 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. |
394 {%- endtrans -%} | 394 {%- endtrans -%} |
395 </p> | 395 </p> |
396 <p> | 396 <p> |
397 {%- trans remove_instr='<code>docker-compose -f web-demo.yml down</code>'|safe, volume_remove='<code>-v</code>'|safe -%} | 397 {%- trans remove_instr='<code>docker-compose -f web-demo.yml down</code>'|safe, volume_remove='<code>-v</code>'|safe -%} |
398 To remove container images, just enter {{remove_instr}} (add {{volume_remove}} | 398 To remove the container images, just enter {{remove_instr}} (add {{volume_remove}} |
399 at the end if you also want to remove the associated volume, i.e. data persistence). | 399 at the end if you also want to remove the associated volume, i.e., data persistence). |
400 {%- endtrans -%} | 400 {%- endtrans -%} |
401 </p> | 401 </p> |
402 </div> | 402 </div> |
403 | |
404 | 403 |
405 <h3 class="subtitle is-3">Android</h3> | 404 <h3 class="subtitle is-3">Android</h3> |
406 <div class="message is-warning"> | 405 <div class="message is-warning"> |
407 <div class="message-body"> | 406 <div class="message-body"> |
408 {% trans %} | 407 {% trans %} |