doc/install_on_virtualbox.md

83 lines
2.4 KiB
Markdown
Raw Normal View History

2014-06-05 13:32:27 +02:00
# Install YunoHost on VitualBox
*Find other ways to install YunoHost **[here](/install)**.*
2016-10-09 22:01:13 +02:00
## Requirements
2014-06-05 13:32:27 +02:00
<img src="/images/virtualbox.png" width=200>
2014-06-05 13:32:27 +02:00
* An x86 computer with VirtualBox installed and enough RAM capacity to be able to run a small virtual machine.
* The latest stable **YunoHost ISO image**, available [here](/images).
2014-06-05 13:32:27 +02:00
<div class="alert alert-warning" markdown="1">
N.B. : Installing YunoHost in a VirtualBox is usually intended for testing. To
run an actual server on the long-term, you usually need a dedicated physical
machine (old computer, ARM board, ...) or a VPS online.
</div>
2014-06-05 13:32:27 +02:00
---
## <small>1.</small> Create a new virtual machine
<img src="/images/virtualbox_1.png" style="max-width:100%;border-radius: 5px;border: 1px solid rgba(0,0,0,0.15);box-shadow: 0 5px 15px rgba(0,0,0,0.35);">
2014-06-05 13:32:27 +02:00
<br>
2019-08-10 23:54:10 +02:00
* It's okay if you can only have 32-bit versions, just be sure that you downloaded the 32-bit image previously.
* 256MB RAM is the minimum required, but at least 512MB is recommended (1Go or more if you can).
* 8GB storage is the minimum required.
2014-06-05 13:32:27 +02:00
---
## <small>2.</small> Change network settings
2016-10-09 22:01:13 +02:00
Go to **Settings** > **Network**:
2014-06-05 13:32:27 +02:00
<img src="/images/virtualbox_2.png" style="max-width:100%;border-radius: 5px;border: 1px solid rgba(0,0,0,0.15);box-shadow: 0 5px 15px rgba(0,0,0,0.35);">
2014-06-05 13:32:27 +02:00
<br>
* Select `Bridged adapter`
* Select your interface's name:
**wlan0** if you are connected wirelessly, else **eth0**.
---
## <small>3.</small> Boot up the virtual machine
Start the virtual machine
<img src="/images/virtualbox_2.1.png" style="max-width:100%;border-radius: 5px;border: 1px solid rgba(0,0,0,0.15);box-shadow: 0 5px 15px rgba(0,0,0,0.35);">
2014-06-05 13:32:27 +02:00
<br>
You will have to select your ISO image here, then you should see the YunoHost's boot screen.
2014-06-05 13:32:27 +02:00
<br>
2016-10-09 22:01:13 +02:00
2019-08-10 23:57:45 +02:00
If you encounter the error "VT-x is not available", you need probably need to enable Virtualization in the BIOS of your computer.
<br>
<img src="/images/virtualbox_3.png" style="max-width:100%;border-radius: 5px;border: 1px solid rgba(0,0,0,0.15);box-shadow: 0 5px 15px rgba(0,0,0,0.35);">
2014-06-05 13:32:27 +02:00
<br>
* Select `Graphical install`
* Select your language, your location, your keyboard layout and let the installer do the rest :-)
---
## <small>4.</small> Proceed to post-installation
After the reboot, the system should ask you to proceed with the
post-installation
2014-06-05 13:32:27 +02:00
<a class="btn btn-lg btn-default" href="/postinstall">Post-install documentation</a>
2014-06-05 13:32:27 +02:00