1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||
# yunorock-dev |
|||
|
|||
In order to have an entire YunoRock development environment, I created a |
|||
script that install an Alpine chroot, configure and enter it. |
|||
|
|||
# Usage |
|||
|
|||
Launch it, and start testing! |
|||
|
|||
```bash |
|||
chmod +x ./install-and-chroot.sh |
|||
./install-and-chroot.sh |
|||
``` |
|||
|
|||
# TODO |
|||
|
|||
* adapt script to install yunoconfig dependancies (alpine-chroot-install -p) |
|||
* git submodule with yunoconfig (and bind it into the chroot?) |
|||
* idem with yunorock-recipes |
|||
* idem with pkgxx |
Loading…
Reference in new issue