From dab48ca4a527d1abc9c1a4eab56c846e95a667d3 Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 30 Aug 2016 16:24:18 +0200 Subject: [PATCH] =?UTF-8?q?[enh]=20readme:=20VB=20install=20on=20Fedora,?= =?UTF-8?q?=20more=20presicions:=20-=20add=20commented=20documentation=20f?= =?UTF-8?q?or=20VirtualBox=20=E2=89=A5=205.1=20and=20vagrant=20=E2=89=A5?= =?UTF-8?q?=201.8.5=20on=20Fedora=20for=20future.=20-=20enhance=20introduc?= =?UTF-8?q?tion=20and=20fix=20spelling.=20-=20add=20more=20explanation=20a?= =?UTF-8?q?bout=20awesome=20sharing=20folder=20functionnality.=20-=20preci?= =?UTF-8?q?se=20website=20doc=20is=20not=20up-to-date.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a7ab27..43adc55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ynh-dev, a yunohost dev env -This script is a cli command helper to manage a YunoHost development environement. +This script is a Command line tool to manage your local development environement for YunoHost With this you can develop on the unstable version of YunoHost quickly. ## Setup @@ -16,12 +16,16 @@ sudo apt-get install vagrant virtualbox git ```shell sudo dnf install vagrant git ``` -- [Install Virtualbox](https://copr.fedorainfracloud.org/coprs/sergiomb/vboxfor23): + +- [Install Virtualbox 5.0.26](https://copr.fedorainfracloud.org/coprs/sergiomb/vboxfor23): ```shell sudo dnf copr enable sergiomb/vboxfor23 sudo dnf install VirtualBox ``` + ### Download ynh-dev script @@ -53,12 +57,15 @@ The `run` command takes 2 arguments: domain and YunoHost version. You'll be automatically logged in the VM through ssh. -You probably wan't to run the postinstall now: +You probably want to run the postinstall now: (sudo) yunohost tools postinstall -d ynh.local ## Inside the Virtual machine (VM) +### Sharing folder between host and virtual machines + +A shared folder between host and virtal machines could ease your development. Once logged into your VM, go to `/vagrant` to enjoy folder sharing, and take advantages of the `ynh-dev` script. @@ -96,4 +103,4 @@ moulinette, yunohost-admin) ## More info -[yunohost.org/dev_fr](https://yunohost.org/dev_fr) (in french) +[yunohost.org/dev_fr](https://yunohost.org/dev_fr) (in french) not up-to-date.