mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update install_on_cubieboard_fr.md
This commit is contained in:
parent
8f17d40adc
commit
82dd2de0f9
1 changed files with 17 additions and 26 deletions
|
@ -6,42 +6,33 @@
|
||||||
<img src="https://yunohost.org/images/micro-sd-card.jpg">
|
<img src="https://yunohost.org/images/micro-sd-card.jpg">
|
||||||
|
|
||||||
* Une Cubieboard 1, 2 ou une CubieTruck
|
* Une Cubieboard 1, 2 ou une CubieTruck
|
||||||
* Une carte micro-SD de capacité minimale de **8GB** et vitesse **class10** fortement recommandée
|
* Une carte micro SD de capacité minimale de **4 GB** et de vitesse **class10**
|
||||||
* Un autre ordinateur pour parcourir ce guide et accéder à votre Cubieboard
|
|
||||||
* Un écran et un clavier sont recommandés pour pouvoir contrôler votre Cubieboard si un problème apparaît
|
|
||||||
* Un [fournisseur d’accès correct](/isp_fr), de préférence avec une bonne vitesse d’upload
|
* Un [fournisseur d’accès correct](/isp_fr), de préférence avec une bonne vitesse d’upload
|
||||||
* L’**image YunoHost pour Cubieboard**, disponible ici (à **dézipper**) :
|
|
||||||
* [Pour Cubieboard 2](http://build.yunohost.org/yunohost-cubieboard-a20-2014-10-14.img.zip)
|
|
||||||
|
|
||||||
## Étapes d’installation
|
## Installation
|
||||||
|
|
||||||
<a class="btn btn-lg btn-default" href="/copy_image_fr">1. Copier l’image sur une carte SD</a>
|
* Télécharger la dernière **[image d’ARMbian Jessie pour Cubieboard](http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/)**.
|
||||||
|
|
||||||
Avant de mettre la carte dans la Cubieboard créer le dossier nginx :
|
<a class="btn btn-lg btn-default" href="/copy_image_fr">Copier l’image sur une carte SD</a>
|
||||||
```bash
|
|
||||||
mkdir media/cubieboard/var/log/ngnix
|
|
||||||
```
|
|
||||||
|
|
||||||
<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="/plug_and_boot_fr">Brancher & démarrer</a>
|
||||||
|
|
||||||
<a class="btn btn-lg btn-default" href="/postinstall_fr">4. Post-installation</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>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Recommandé après la post-installation
|
#### Recommandé après la post-installation
|
||||||
|
* Utilisez l’[authentification SSH par clé](security_fr)
|
||||||
|
|
||||||
* Se connecter en [SSH](ssh_fr) : **root@exemple.tld** (mot de passe : **yunohost**)
|
#### Annexes
|
||||||
* Changer le mot de passe root : ```passwd root``` ou utilisez l’[authentification SSH par clé](security_fr)
|
* [Scripts d’installation de YunoHost pour Cubian](https://github.com/M5oul/Yunocubian)
|
||||||
* Mettre à jour le système d’exploitation : ```apt-get update && apt-get dist-upgrade && cubian-update```
|
* Images Debian 7/8 pour Cubieboard compatible avec YunoHost :
|
||||||
|
* [Cubian](http://cubian.org/)
|
||||||
---
|
* [Cubieez](http://www.cubieforums.com/index.php?topic=442.0)
|
||||||
|
|
||||||
### Créer une image YunoHost pour Cubieboard 1, 2 ou 3
|
|
||||||
* **[Scripts pour Cubian](https://github.com/M5oul/Yunocubian)**
|
|
||||||
* Une image Debian 7/8 pour Cubieboard compatible avec YunoHost :
|
|
||||||
* [ARMbian](http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/)
|
|
||||||
* [Cubian](http://cubian.org/)
|
|
||||||
* [Cubieez](http://www.cubieforums.com/index.php?topic=442.0)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue