mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Mention the Virtualbox branch
This commit is contained in:
parent
a3e372d5a7
commit
3f80c88316
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -16,6 +16,7 @@ Please report issues on the following repository:
|
||||||
* [3. Development and container testing](#3-development-and-container-testing)
|
* [3. Development and container testing](#3-development-and-container-testing)
|
||||||
* [4. Testing the web interface](#4-testing-the-web-interface)
|
* [4. Testing the web interface](#4-testing-the-web-interface)
|
||||||
* [Advanced: using snapshots](#advanced-using-snapshots)
|
* [Advanced: using snapshots](#advanced-using-snapshots)
|
||||||
|
* [Alternative: Only Virtualbox](#alternative-using-only-virtualbox)
|
||||||
|
|
||||||
- [Remote Development Environment](#remote-development-environment)
|
- [Remote Development Environment](#remote-development-environment)
|
||||||
* [1. Setup your VPS and install YunoHost](#1-setup-your-vps-and-install-yunohost)
|
* [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
|
If choosing this path, please keep reading at the [local development
|
||||||
environment](#local-development-environment) section.
|
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
|
## Remote Development Path
|
||||||
|
|
||||||
Yunohost can be deployed as a typical install on a remote VPS. You can then use
|
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.
|
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
|
# Remote Development Environment
|
||||||
|
|
||||||
Here is the development flow:
|
Here is the development flow:
|
||||||
|
|
Loading…
Add table
Reference in a new issue