doc/pages/01.administrate/02.install/07.virtualbox/install_on_virtualbox.md
2021-02-07 03:46:29 +01:00

87 lines
2.1 KiB
Markdown

---
title: Install YunoHost on VitualBox
template: docs
taxonomy:
category: docs
routes:
default: '/install_on_virtualbox'
---
*Find other ways to install YunoHost **[here](/install)**.*
## Requirements
![](image://virtualbox.png?resize=200)
* 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).
! 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.
---
## <small>1.</small> Create a new virtual machine
![](image://virtualbox_1.png)
<br>
* 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 for the system, add whatever is necessary for your apps.
---
## <small>2.</small> Change network settings
**NB:** You must carry out this step. If not, the install will fail.
Go to **Settings** > **Network**:
![](image://virtualbox_2.png)
<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
![](image://virtualbox_2.1.png)
<br>
You will have to select your ISO image here, then you should see the YunoHost's boot screen.
<br>
If you encounter the error "VT-x is not available", you need probably need to enable Virtualization in the BIOS of your computer.
<br>
![](image://virtualbox_3.png)
<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
<a class="btn btn-lg btn-default" href="/postinstall">Post-install documentation</a>