From 2094276db490f6be9d285e9da1b3f61d897d87e0 Mon Sep 17 00:00:00 2001 From: "kload@kload.fr" Date: Thu, 5 Jun 2014 13:32:27 +0200 Subject: [PATCH] Add install_on_virtualbox.md --- install_on_virtualbox.md | 81 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 install_on_virtualbox.md diff --git a/install_on_virtualbox.md b/install_on_virtualbox.md new file mode 100644 index 00000000..dba3ae35 --- /dev/null +++ b/install_on_virtualbox.md @@ -0,0 +1,81 @@ +# Install YunoHost on VitualBox + +*Find other ways to install YunoHost **[here](/install)**.* + +### Pre-requisite + + + +* An x86 computer with VirtualBox installed and enough RAM capacity to be able to run a small virtual machine. +* The latest **YunoHost ISO image**, available here: + + [http://build.yunohost.org/yunohostv2-latest-amd64.iso](http://build.yunohost.org/yunohostv2-latest-amd64.iso) + + +--- + +## 1. Create a new virtual machine + + + +
+ +* 256MB RAM is the minimum required, 512MB may be better. + +* 4GB storage is the minimum required. + +--- + +## 2. Change network settings + +Go to **Settings** > **Network**, and your interface: + + + +
+ +* Select `Bridged adapter` + +* Select your interface's name: + + **wlan0** if you are connected wirelessly, else **eth0**. + +--- + +## 3. Boot up the virtual machine + +Start the virtual machine + + + +
+ +You will have to select your ISO image `yunohostv2-latest-amd64.iso` here, then you should see the YunoHost's boot screen. + +
+ + + +
+ +* Select `Graphical install` + +* Select your language, your location, your keyboard layout and let the installer do the rest :-) + +--- + +## 4. Proceed to post-installation + +After the reboot, you will see this screen. + + + +
+ +* You can obtain further precisions on post-installation here: + + **[yunohost.org/postinstall](/postinstall)** + +--- + +***If you need help during one of these steps, do not hesitate to use [our support tools](/support).***