Make RPi install doc and ARM install doc bit more uniform

This commit is contained in:
Alexandre Aubin 2018-06-26 20:00:23 +02:00
parent 762a0e6cd1
commit 23d995e81f
4 changed files with 83 additions and 49 deletions

View file

@ -2,37 +2,51 @@
*Find other ways to install YunoHost **[here](/install)**.*
### Requirements
<img src="/images/cubieboard2.png">
<center>
<img src="/images/olinuxino.jpg" width=250 style="padding-bottom:20px">
<img src="/images/micro-sd-card.jpg">
</center>
* An ARM board with 500MHz CPU and 512MB RAM.
* A micro SD card: **4GB** capacity (or more), **class10** speed rate is highly recommended.
* A [reasonable ISP](/isp), preferably with a good and unlimited upload bandwidth.
<div class="alert alert-info" markdown="1">
Before setting up a server at home, it is recommended that you know the [possible limitations imposed by your ISP](/isp). If they are too restrictive, you might consider using a VPN to bypass them.
</div>
<div class="alert alert-warning" markdown="1">
YunoHost doesn't yet support ARM64 boards. For more information, see [this issue](https://github.com/YunoHost/issues/issues/438).
</div>
## Pre-requisites
- An ARM board with 500MHz CPU and 512MB RAM ;
- A power supply for your board ;
- A microSD card: **8GB** capacity (at least) and **Class 10** speed rate are highly recommended (like the [Transcend 300x](http://www.amazon.fr/Transcend-microSDHC-adaptateur-TS32GUSDU1E-Emballage/dp/B00CES44EO)) ;
- An ethernet cable (RJ-45) to connect your board to your router ;
- A [reasonable ISP](/isp), preferably with a good and unlimited upload bandwidth.
---
## Installation
* Download the latest **[image of ARMbian Stretch for the ARM board](http://www.armbian.com/download)**
## Install with the pre-installed image (recommended)
<a class="btn btn-lg btn-default" href="/copy_image">Copy image to the SD card</a>
<a class="btn btn-lg btn-default" href="/images">0. Download the pre-installed image for your board</a><br><small>If no pre-installed image exists for your board, you can follow the instructions to "Install on top of ARMbian"</small>
<a class="btn btn-lg btn-default" href="/plug_and_boot">Plug & boot</a>
<a class="btn btn-lg btn-default" href="/copy_image">1. Copy image to the SD card</a>
* Connect via [SSH](ssh): **root@exemple.tld/ip_address** with the password: **1234**.
<a class="btn btn-lg btn-default" href="/plug_and_boot">2. Plug & boot</a>
<a class="btn btn-lg btn-default" href="/install_manually">Install YunoHost</a>
<a class="btn btn-lg btn-default" href="/ssh">3. Connect to your server with SSH</a>
<a class="btn btn-lg btn-default" href="/postinstall">Post-install</a>
<a class="btn btn-lg btn-default" href="/postinstall">4. Proceed to post-installation</a>
---
#### Recommended after running the post-installation
* Use [SSH authentication via key](security)
## Install on top or ARMbian
---
<a class="btn btn-lg btn-default" href="https://www.armbian.com/download/">0. Download the ARMbian image for your board</a>
#### Build image
* [Create an ARM board image](/build_arm_image_en)
<a class="btn btn-lg btn-default" href="/copy_image_fr">1. Copy image to the SD card</a>
<a class="btn btn-lg btn-default" href="/plug_and_boot_fr">2. Plug & boot</a>
<a class="btn btn-lg btn-default" href="/ssh_fr">3. Connect to your server with SSH</a>
<a class="btn btn-lg btn-default" href="/install_manually_fr">4. Follow the generic install procedure</a>

View file

@ -1,35 +1,51 @@
# Installer YunoHost sur carte ARM
## Prérequis
*Toutes les autres façons dinstaller YunoHost sont listées **[ici](/install_fr)**.*
<img src="/images/cubieboard2.png">
<center>
<img src="/images/olinuxino.jpg" width=250 style="padding-bottom:20px">
<img src="/images/micro-sd-card.jpg">
</center>
* Une carte ARM avec un processeur de 500 MHz et 512 Mo de mémoire vive.
* Une carte micro SD de capacité minimale de **4 GB** et de vitesse **class10**.
* Un [fournisseur daccès correct](/isp_fr), de préférence avec une bonne vitesse dupload.
<div class="alert alert-info" markdown="1">
Avant d'héberger un serveur chez vous, il est recommandé de prendre connaissance des [possibles limitations liées à votre FAI](/isp). Si votre FAI est trop contraignant, vous pouvez envisager d'utiliser un VPN pour contourner ces limitations.
</div>
## Installation
<div class="alert alert-warning" markdown="1">
YunoHost ne supporte pour le moment pas les cartes ARM64. Pour plus d'informations, voir [ce ticket](https://github.com/YunoHost/issues/issues/438).
</div>
* Télécharger la dernière **[image dARMbian Stretch pour la carte ARM](http://www.armbian.com/download)**.
<a class="btn btn-lg btn-default" href="/copy_image_fr">Copier limage sur une carte SD</a>
<a class="btn btn-lg btn-default" href="/plug_and_boot_fr">Brancher & démarrer</a>
* Se connecter en [SSH](ssh_fr) : **root@exemple.tld/adresse_ip** avec le mot de passe : **1234**.
<a class="btn btn-lg btn-default" href="/install_manually_fr">Installation de YunoHost</a>
<a class="btn btn-lg btn-default" href="/postinstall_fr">Post-installation</a>
- Une carte ARM avec un processeur de 500 MHz et 512 Mo de mémoire vive ;
- Un adaptateur secteur pour alimenter la carte ;
- Une carte microSD : au moins **8 Go** et **Classe 10** (par exemple une [Transcend 300x](http://www.amazon.fr/Transcend-microSDHC-adaptateur-TS32GUSDU1E-Emballage/dp/B00CES44EO)) ;
- Un câble ethernet/RJ-45 pour brancher la carte à votre routeur/box internet. (Avec le Raspberry Pi 0, vous pouvez connecter votre carte avec un câble OTG et un adaptateur Wifi USB.)
- Un [fournisseur daccès correct](/isp_fr), de préférence avec une bonne vitesse dupload.
---
#### Recommandé après la post-installation
* Utilisez l[authentification SSH par clé](security_fr)
## Installation avec l'image pré-installée (recommandée)
<a class="btn btn-lg btn-default" href="/images_fr">0. Télécharger l'image pré-installée pour votre carte ARM</a><br><small>Si il n'existe pas d'image pré-installée pour votre carte, vous pouvez suivre la section "Installation par dessus ARMbian".</small>
<a class="btn btn-lg btn-default" href="/copy_image_fr">1. Copier limage sur une carte SD</a>
<a class="btn btn-lg btn-default" href="/plug_and_boot_fr">2. Brancher & démarrer</a>
<a class="btn btn-lg btn-default" href="/ssh_fr">3. Se connecter en SSH</a>
<a class="btn btn-lg btn-default" href="/postinstall_fr">4. Procéder à la post-installation</a>
---
#### Créer une image
* [Créer une image pour la carte ARM](build_arm_image_en)
## Installation par dessus ARMbian
<a class="btn btn-lg btn-default" href="https://www.armbian.com/download/">0. Télécharger l'image ARMbian pour votre carte ARM</a>
<a class="btn btn-lg btn-default" href="/copy_image_fr">1. Copier limage sur une carte SD</a>
<a class="btn btn-lg btn-default" href="/plug_and_boot_fr">2. Brancher & démarrer</a>
<a class="btn btn-lg btn-default" href="/ssh_fr">3. Se connecter en SSH</a>
<a class="btn btn-lg btn-default" href="/install_manually_fr">4. Suivre la procédure d'installation générique</a>

View file

@ -3,23 +3,25 @@
*Find all the ways to install YunoHost **[here](/install)**.*
<center>
<img src="/images/raspberrypi.jpg" width=350>
<img src="/images/raspberrypi.jpg" width=300 style="padding-bottom:20px">
<img src="/images/micro-sd-card.jpg">
</center>
<div class="alert alert-info" markdown="1">
Before setting up a server at home, it is recommended that you know the [possible limitations imposed by your ISP](/isp). If they are too restrictive, you might consider using a VPN to bypass them.
</div>
## Pre-requisite
## Pre-requisites
- A Raspberry Pi 0, 1, 2 or 3 ;
- An SD card: **8GB** capacity (at least) and **Class 10** speed rate are highly recommended (like the [Transcend 300x](http://www.amazon.fr/Transcend-microSDHC-adaptateur-TS32GUSDU1E-Emballage/dp/B00CES44EO)) ;
- A power supply (either an adapter or a MicroUSB cable)
- An ethernet cable (RJ-45) to connect your Raspberry Pi to your router. (Raspberry Pi Zero users can connect the Pi using an OTG cable, Wifi dongle and [following these instructions](https://davidmaitland.me/2015/12/raspberry-pi-zero-headless-setup/). And for [Raspberry Pi Zero Wireless](https://core-electronics.com.au/tutorials/raspberry-pi-zerow-headless-wifi-setup.html).)
- An microSD card: **8GB** capacity (at least) and **Class 10** speed rate are highly recommended (like the [Transcend 300x](http://www.amazon.fr/Transcend-microSDHC-adaptateur-TS32GUSDU1E-Emballage/dp/B00CES44EO)) ;
- A power supply (either an adapter or a MicroUSB cable)i ;
- An ethernet cable (RJ-45) to connect your Raspberry Pi to your router. (Raspberry Pi Zero users can connect the Pi using an OTG cable, [Wifi dongle](https://core-electronics.com.au/tutorials/raspberry-pi-zerow-headless-wifi-setup.html).) ;
- A [reasonable ISP](/isp), preferably with a good and unlimited upload bandwidth.
---
## Installation using the image (recommended)
## Install with the pre-installed image (recommended)
<a class="btn btn-lg btn-default" href="/images">0. Download the pre-installed image for Raspberry Pi</a>

View file

@ -3,7 +3,8 @@
*Toutes les autres façons dinstaller YunoHost sont listées **[ici](/install_fr)**.*
<center>
<img src="/images/raspberrypi.jpg" width=350>
<img src="/images/raspberrypi.jpg" width=300 style="padding-bottom:20px">
<img src="/images/micro-sd-card.jpg">
</center>
<div class="alert alert-info" markdown="1">
@ -13,13 +14,14 @@ Avant d'héberger un serveur chez vous, il est recommandé de prendre connaissan
## Prérequis
- Un Raspberry Pi 0, 1, 2 ou 3 ;
- Une carte SD : au moins **8 Go** et **Classe 10** (par exemple une [Transcend 300x](http://www.amazon.fr/Transcend-microSDHC-adaptateur-TS32GUSDU1E-Emballage/dp/B00CES44EO)) ;
- Un adaptateur secteur pour alimenter la carte ;
- Un câble ethernet/RJ-45 pour brancher la carte à votre routeur/box internet. Avec le Raspberry Pi 0 vous pouvez connecter votre carte avec un câble OTG et un adaptateur Wifi USB.
- Une carte microSD : au moins **8 Go** et **Classe 10** (par exemple une [Transcend 300x](http://www.amazon.fr/Transcend-microSDHC-adaptateur-TS32GUSDU1E-Emballage/dp/B00CES44EO)) ;
- Un câble ethernet/RJ-45 pour brancher la carte à votre routeur/box internet. (Avec le Raspberry Pi 0, vous pouvez connecter votre carte avec un câble OTG et un adaptateur Wifi USB.)
- Un [fournisseur daccès correct](/isp_fr), de préférence avec une bonne vitesse dupload.
---
## Installation avec l'image (recommandée)
## Installation avec l'image pré-installée (recommandée)
<a class="btn btn-lg btn-default" href="/images_fr">1. Télécharger l'image pour Raspberry Pi</a>