mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
2.1 KiB
2.1 KiB
Install YunoHost on a Raspberry Pi
Find other ways to install YunoHost here.
Pre-requisite
-
A Raspberry Pi model 1 or 2
-
An SD card: 4GB capacity (or more) and class10 speed rate are highly recommended
-
An other computer to read this guide and access to your Raspberry Pi
-
A screen and a keyboard are recommended to control your Raspberry Pi if a problem occurs.
-
A reasonable ISP, preferably with a good and unlimited upstream bandwidth
-
The YunoHost Raspberry 1 image, available here (to unzip):
http://build.yunohost.org/yunohost-raspberrypi-2014-09-17.zip
Warning: 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:- connect locally to your Raspberry Pi
- retrieve your network device's name: `$ ip link` (*lo* corresponds to the loopback device, so it can just be *eth1* for example)
- edit the configuration file `/etc/network/interfaces` and replace *eth0* by your network device's name
- restart networking service: `$ service networking restart`
Installation steps
Recommended after post-installation
- Connect via SSH: root@yunohost.local (password: yunohost)
- Change root password:
passwd root
or use SSH authentication via key - Upgrade system:
apt-get update && apt-get dist-upgrade && rpi-update
If you need help during one of these steps, do not hesitate to use our support tools.