mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
66 lines
1.8 KiB
Markdown
66 lines
1.8 KiB
Markdown
# Installation guide
|
|
|
|
You have several ways to install YunoHost. The process may slightly differs whether it takes place at home or if you want to do it remotely, and regarding the hardware used.
|
|
|
|
This page lists few installation guides.
|
|
|
|
---
|
|
|
|
## At home
|
|
|
|
<div class="row">
|
|
|
|
<div class="col col-md-3 text-center">
|
|
<a href="/install_on_raspberry"><p>On a Raspberry Pi</p><img width=200 src="https://yunohost.org/images/Raspberry_Pi_-_Model_A.jpg"></a>
|
|
</div>
|
|
|
|
<div class="col col-md-3 text-center">
|
|
<a href="/install_on_cubieboard"><p>On a Cubieboard</p><img src="https://yunohost.org/images/cubieboard2.png" width=200></a>
|
|
</div>
|
|
|
|
<div class="col col-md-3 text-center">
|
|
<a href="/hardware"><p>On another type of hardware</p><img src="https://yunohost.org/images/laptop.png" width=200></a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
---
|
|
|
|
## Virtually
|
|
|
|
<div class="row">
|
|
|
|
<div class="col col-md-3 text-center">
|
|
<a href="/install_on_virtualbox"><p>On VirtualBox</p><img width=200 src="https://yunohost.org/images/virtualbox.png"></a>
|
|
</div>
|
|
|
|
|
|
<div class="col col-md-3 text-center">
|
|
<a href="/docker"><p>On Docker</p><img width=180 src="https://yunohost.org/images/docker.png"></a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
---
|
|
|
|
## Remotely
|
|
|
|
<div class="row">
|
|
|
|
<div class="col col-md-3 text-center">
|
|
<a href="/install_on_digitalocean"><p>On a DigitalOcean droplet</p><img width=200 src="https://yunohost.org/images/digitalocean.png"></a>
|
|
</div>
|
|
|
|
<div class="col col-md-3 text-center">
|
|
<a href="/install_on_dedicated_server"><p>On a dedicated or a virtual private server</p><img width=200 src="https://yunohost.org/images/vps.png"></a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
---
|
|
|
|
## On Debian
|
|
|
|
If you have already installed **Debian 7** (wheezy) on a server, you are able to **[install YunoHost via script](/install_on_debian)**.
|
|
|
|
<a href="/install_on_debian"><img width=100 src="https://yunohost.org/images/debian-logo.png"></a>
|