Mention the Virtualbox branch

This commit is contained in:
Luke Murphy 2019-05-22 22:06:47 +02:00
parent a3e372d5a7
commit 3f80c88316
No known key found for this signature in database
GPG key ID: 5E2EF5A63E3718CC

View file

@ -16,6 +16,7 @@ Please report issues on the following repository:
* [3. Development and container testing](#3-development-and-container-testing)
* [4. Testing the web interface](#4-testing-the-web-interface)
* [Advanced: using snapshots](#advanced-using-snapshots)
* [Alternative: Only Virtualbox](#alternative-using-only-virtualbox)
- [Remote Development Environment](#remote-development-environment)
* [1. Setup your VPS and install YunoHost](#1-setup-your-vps-and-install-yunohost)
@ -79,6 +80,10 @@ Depending on your needs, this setup can be very convenient.
If choosing this path, please keep reading at the [local development
environment](#local-development-environment) section.
Please note, there is also a setup guide for a local development path which
does not require LXC. Please see the [Alternative: Only Virtualbox](#alternative-using-only-virtualbox)
section for more.
## Remote Development Path
Yunohost can be deployed as a typical install on a remote VPS. You can then use
@ -225,6 +230,13 @@ Vagrant is not well integrated with LXC snapshots.
However, you may still use `lxc-snapshot` directly to manage snapshots.
## Alternative: Using Only Virtualbox
A Vagrant and Virtualbox (without LXC) guide is provided on another branch of
this repository. This is a known working setup used by some developers. Please
see the ["virtualbox" branch](https://github.com/YunoHost/ynh-dev/tree/virtualbox#develop-on-your-local-machine)
for more.
# Remote Development Environment
Here is the development flow: