2014-05-14 19:33:28 +02:00
# Install YunoHost on a Raspberry Pi
*Find other ways to install YunoHost ** [here ](/install )**.*
## Pre-requisite
2014-06-04 22:12:46 +02:00
< img src = "https://yunohost.org/images/raspberry-pi-model-b.jpg" >
< img src = "https://yunohost.org/images/sdcard.jpg" >
2014-09-25 11:43:31 +02:00
* A Raspberry Pi model B or B+
2014-05-14 19:33:28 +02:00
* An SD card: **4GB** capacity (or more) and **class10** speed rate are highly recommended
2014-06-05 14:31:06 +02:00
* Another computer to read this guide and access to your Raspberry Pi
2014-05-14 19:33:28 +02:00
* A screen and a keyboard are recommended to control your Raspberry Pi if a problem occurs.
* A [reasonable ISP ](/isp ), preferably with a good and unlimited upstream bandwidth
2014-06-12 15:20:06 +02:00
* The **YunoHost Raspberry image** , available here (to **unzip** ):
2014-05-14 19:33:28 +02:00
2014-09-25 11:43:31 +02:00
[http://build.yunohost.org/yunohost-raspberrypi-2014-09-17.zip ](http://build.yunohost.org/yunohost-raspberrypi-2014-09-17.zip )
2014-05-14 19:33:28 +02:00
2014-10-07 21:25:23 +02:00
< div class = "alert alert-warning" >
< b > Warning:</ b > the network device *eth0* is configured to connect by default to DHCP in the system configuration. You could have to change this configuration in order to connect to your local network from your Raspberry Pi if its device has a different name. For that:
< ul >
< li > connect locally to your Raspberry Pi< / li >
< li > retrieve your network device's name: `$ ip link` (*lo* corresponds to the loopback device, so it can just be *eth1* for example)</ li >
< li > edit the configuration file `/etc/network/interfaces` and replace *eth0* by your network device's name</ li >
< li > restart networking service: `$ service networking restart` </ li >
< / ul >
< / div >
2014-06-05 01:21:09 +02:00
---
2014-05-14 19:33:28 +02:00
2014-06-05 01:21:09 +02:00
## Installation steps
2014-05-15 09:56:02 +02:00
2014-06-05 01:33:27 +02:00
< a class = "btn btn-lg btn-default" href = "/copy_image" > 1. Copy image to the SD card< / a >
2014-05-15 09:56:02 +02:00
2014-06-05 01:33:27 +02:00
< a class = "btn btn-lg btn-default" href = "/plug_and_boot" > 2. Plug & boot< / a >
2014-05-15 09:56:02 +02:00
2014-06-05 01:33:27 +02:00
< a class = "btn btn-lg btn-default" href = "/postinstall" > 3. Post-install< / a >
2014-05-14 19:33:28 +02:00
---
2014-09-25 11:43:31 +02:00
### Recommended after post-installation
2014-06-21 22:54:10 +02:00
2014-10-14 18:50:56 +02:00
* Connect via SSH: **root@yunohost.local** (password: **yunohost** )
2014-09-25 11:43:31 +02:00
* Change root password: `passwd root`
* Upgrade system: `apt-get update && apt-get dist-upgrade && rpi-update`
2014-07-02 22:36:06 +02:00
2014-06-21 22:54:10 +02:00
---
2014-06-05 01:21:09 +02:00
***If you need help during one of these steps, do not hesitate to use [our support tools ](/support ).***
2014-05-14 19:33:28 +02:00