mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Iniziato traduzione "Installa YunoHost
This commit is contained in:
parent
b2799626ac
commit
9a73898b57
1 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Install YunoHost
|
title: Installa YunoHost
|
||||||
template: docs
|
template: docs
|
||||||
taxonomy:
|
taxonomy:
|
||||||
category: docs
|
category: docs
|
||||||
|
@ -62,7 +62,7 @@ routes:
|
||||||
{% set at_home = true %}
|
{% set at_home = true %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
Select the hardware on which you want install YunoHost :
|
Seleziona l'hardware sul quale desideri installare YunoHost :
|
||||||
[div class="flex-container"]
|
[div class="flex-container"]
|
||||||
|
|
||||||
[div class="flex-child hardware{%if virtualbox %} active{% endif %}"]
|
[div class="flex-child hardware{%if virtualbox %} active{% endif %}"]
|
||||||
|
@ -78,11 +78,11 @@ Select the hardware on which you want install YunoHost :
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
[div class="flex-child hardware{%if regular %} active{% endif %}"]
|
[div class="flex-child hardware{%if regular %} active{% endif %}"]
|
||||||
[[figure caption="Regular computer"][/figure]](/install/hardware:regular)
|
[[figure caption="Personal computer"][/figure]](/install/hardware:regular)
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
[div class="flex-child hardware{%if vps_debian or vps_ynh %} active{% endif %}"]
|
[div class="flex-child hardware{%if vps_debian or vps_ynh %} active{% endif %}"]
|
||||||
[[figure caption="Remote server"][/figure]](/install/hardware:vps_debian)
|
[[figure caption="Server remoto"][/figure]](/install/hardware:vps_debian)
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
[/div]
|
[/div]
|
||||||
|
@ -90,7 +90,7 @@ Select the hardware on which you want install YunoHost :
|
||||||
|
|
||||||
{% if rpi2plus or rpi1 or rpi0 %}
|
{% if rpi2plus or rpi1 or rpi0 %}
|
||||||
[div class="flex-child hardware{%if rpi2plus %} active{% endif %}"]
|
[div class="flex-child hardware{%if rpi2plus %} active{% endif %}"]
|
||||||
[[figure caption="Raspberry Pi 2, 3 or 4"][/figure]](/install/hardware:rpi2plus)
|
[[figure caption="Raspberry Pi 2, 3 oppure 4"][/figure]](/install/hardware:rpi2plus)
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
[div class="flex-child hardware{%if rpi1 %} active{% endif %}"]
|
[div class="flex-child hardware{%if rpi1 %} active{% endif %}"]
|
||||||
|
@ -103,24 +103,24 @@ Select the hardware on which you want install YunoHost :
|
||||||
{% elseif arm_sup or arm_unsup or internetcube %}
|
{% elseif arm_sup or arm_unsup or internetcube %}
|
||||||
|
|
||||||
[div class="flex-child hardware{%if internetcube %} active{% endif %}"]
|
[div class="flex-child hardware{%if internetcube %} active{% endif %}"]
|
||||||
[[figure caption="Internet cube With VPN"][/figure]](/install/hardware:internetcube)
|
[[figure caption="Internet cube attraverso una VPN"][/figure]](/install/hardware:internetcube)
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
[div class="flex-child hardware{%if arm_sup and not internetcube %} active{% endif %}"]
|
[div class="flex-child hardware{%if arm_sup and not internetcube %} active{% endif %}"]
|
||||||
[[figure caption="Olinuxino lime1&2 or Orange Pi PC+"][/figure]](/install/hardware:arm_sup)
|
[[figure caption="Olinuxino lime1&2 oppure Orange Pi PC+"][/figure]](/install/hardware:arm_sup)
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
[div class="flex-child hardware{%if arm_unsup %} active{% endif %}"]
|
[div class="flex-child hardware{%if arm_unsup %} active{% endif %}"]
|
||||||
[[figure caption="Others boards"][/figure]](/install/hardware:arm_unsup)
|
[[figure caption="Altre architetture"][/figure]](/install/hardware:arm_unsup)
|
||||||
[/div]
|
[/div]
|
||||||
{% elseif vps_debian or vps_ynh %}
|
{% elseif vps_debian or vps_ynh %}
|
||||||
|
|
||||||
[div class="flex-child hardware{%if vps_debian %} active{% endif %}"]
|
[div class="flex-child hardware{%if vps_debian %} active{% endif %}"]
|
||||||
[[figure caption="VPS or dedicated server with Debian 10"][/figure]](/install/hardware:vps_debian)
|
[[figure caption="VPS o server dedicato con Debian 10"][/figure]](/install/hardware:vps_debian)
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
[div class="flex-child hardware{%if vps_ynh %} active{% endif %}"]
|
[div class="flex-child hardware{%if vps_ynh %} active{% endif %}"]
|
||||||
[[figure caption="VPS or dedicated server with YunoHost pre-installed"][/figure]](/install/hardware:vps_ynh)
|
[[figure caption="VPS o server dedicato con YunoHost pre-installed"][/figure]](/install/hardware:vps_ynh)
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue