doc/install_on_arm_board.md

51 lines
2.1 KiB
Markdown
Raw Normal View History

# Install YunoHost on ARM board
2014-05-16 12:53:22 +02:00
*Find other ways to install YunoHost **[here](/install)**.*
<center>
<img src="/images/olinuxino.jpg" width=250 style="padding-bottom:20px">
<img src="/images/micro-sd-card.jpg">
</center>
<div class="alert alert-info" markdown="1">
Before setting up a server at home, it is recommended that you know the [possible limitations imposed by your ISP](/isp). If they are too restrictive, you might consider using a VPN to bypass them.
</div>
## Pre-requisites
2014-06-05 11:40:58 +02:00
2020-09-14 11:50:33 +02:00
- An ARM board with 500MHz CPU and 512 MB of RAM;
- A power supply for your board;
- A microSD card: **8GB** capacity (at least) and **Class 10** speed rate are highly recommended (like the [Transcend 300x](http://www.amazon.fr/Transcend-microSDHC-adaptateur-TS32GUSDU1E-Emballage/dp/B00CES44EO));
- An ethernet cable (RJ-45) to connect your board to your router;
- A [reasonable ISP](/isp), preferably with a good and unlimited upload bandwidth.
2014-05-16 12:53:22 +02:00
---
## Install with the pre-installed image (recommended)
2020-09-06 16:33:07 +02:00
<a class="btn btn-lg btn-default" href="/images">0. Download the pre-installed image for your board</a>
<br>
<small class="text-info">If no pre-installed image exists for your board, you can follow the instructions to "Install on top of ARMbian"</small>
<a class="btn btn-lg btn-default" href="/burn_or_copy_iso">1. Flash the SD card with the image</a>
2014-10-17 20:33:35 +02:00
2019-09-06 17:42:21 +02:00
<a class="btn btn-lg btn-default" href="/plug_and_boot">2. Power up the board and let it boot</a>
<a class="btn btn-lg btn-default" href="/ssh">3. Connect to your server with SSH</a>
2019-09-06 17:42:21 +02:00
<a class="btn btn-lg btn-default" href="/postinstall">4. Proceed with the initial configuration (post-installation)</a>
2014-10-14 19:11:40 +02:00
---
2020-05-12 18:02:39 +02:00
## Install on top of ARMbian
2015-06-12 23:13:23 +02:00
<a class="btn btn-lg btn-default" href="https://www.armbian.com/download/">0. Download the ARMbian image for your board</a>
<a class="btn btn-lg btn-default" href="/burn_or_copy_iso">1. Flash the SD card with the image</a>
2020-03-28 06:54:10 +01:00
<a class="btn btn-lg btn-default" href="/plug_and_boot">2. Plug & boot</a>
2015-12-13 12:52:45 +01:00
2020-03-28 06:54:10 +01:00
<a class="btn btn-lg btn-default" href="/ssh">3. Connect to your server with SSH</a>
2014-10-11 14:31:00 +02:00
2020-03-28 06:54:10 +01:00
<a class="btn btn-lg btn-default" href="/install_manually">4. Follow the generic install procedure</a>