doc/install_on_raspberry.md
2014-07-02 22:36:06 +02:00

39 lines
1.3 KiB
Markdown

# Install YunoHost on a Raspberry Pi
*Find other ways to install YunoHost **[here](/install)**.*
## Pre-requisite
<img src="https://yunohost.org/images/raspberry-pi-model-b.jpg">
<img src="https://yunohost.org/images/sdcard.jpg">
* A Raspberry Pi model B *-- Model A should work, but remains untested*
* An SD card: **4GB** capacity (or more) and **class10** speed rate are highly recommended
* Another 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](/isp), preferably with a good and unlimited upstream bandwidth
* The **YunoHost Raspberry image**, available here (to **unzip**):
[http://build.yunohost.org/yunohost-raspberrypi-2014-06-12.zip](http://build.yunohost.org/yunohost-raspberrypi-2014-06-12.zip)
---
## Installation steps
<a class="btn btn-lg btn-default" href="/copy_image">1. Copy image to the SD card</a>
<a class="btn btn-lg btn-default" href="/plug_and_boot">2. Plug & boot</a>
<a class="btn btn-lg btn-default" href="/postinstall">3. Post-install</a>
---
To connect with SSH : root@my-server.org / password : yunohost
Upgrade exlorating system: ```apt-get update && apt-get dist-upgrade```
---
***If you need help during one of these steps, do not hesitate to use [our support tools](/support).***