doc/install_on_raspberry_fr.md
2016-05-29 14:32:53 +02:00

46 lines
2.2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Installer YunoHost sur Raspberry Pi
*Toutes les autres façons dinstaller YunoHost sont listées **[ici](/install_fr)**.*
## Prérequis
<img src="/images/Raspberry_Pi_2_Model_B_v1.1_front_angle_new.jpg" width=350>
<img src="/images/micro-sd-card.jpg">
- Un Raspberry Pi 1, 2 ou 3
- Une carte SD de capacité minimale de **4 Go** et une certification de vitesse **class10** sont recommandées
- Un autre ordinateur pour parcourir ce guide et accéder à votre Raspberry Pi
- Un écran et un clavier sont recommandés pour pouvoir contrôler votre Raspberry Pi si un problème apparaît
- Un [fournisseur daccès correct](/isp_fr), de préférence avec une bonne vitesse dupload
- Les **images YunoHost pour Raspberry Pi**, disponible ici :
- [Officielle, Wheezy/YunoHost 2.2 créée le 4 juin 2015](http://build.yunohost.org/yunohost4rpi2.img.7z)
- [Non officielle Jessie/YunoHost 2.2 créée le 5 décembre 2015](https://forum.yunohost.org/t/building-a-new-image-for-raspberry-debian-jessie-fr-en/1101/2)
- Un tutoriel d'installation basée sur YunoHost 2.4 a été écrit par AviGNU : http://avignu.wiki.tuxfamily.org/doku.php?id=documentation:yunohost-jessie
<div class="alert alert-info">**Ces deux images ne sont plus à jour**. Personne ne maintiens dimage de YunoHost pour Raspberry Pi. Vous pouvez [maintenir une image](build_arm_image_en) pour le projet YunoHost.</div>
---
## Étapes dinstallation
<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="/postinstall_fr">3. Post-installation</a>
---
### Recommandé après la post-installation
* Se connecter en [ssh](ssh_fr) : **root@IP.DU.RPI** (mot de passe : **yunohost**)
* Changer le mot de passe root : ```passwd root```
* Mettre à jour le système dexploitation : ```apt-get update && apt-get dist-upgrade && rpi-update```
---
#### Créer une image
* [Créer une image pour Raspberry](/build_arm_image_en)
---
***Si vous avez besoin daide lors de ces étapes, nhésitez pas à utiliser les différents [moyens de support](/support_fr).***