Installation de l'environnement de développement de YunoRock
Go to file
Olivier DOSSMANN e0e576ff0e Check that DIR path is an absolute one (starts with '/') 2018-08-02 16:59:18 +02:00
.gitignore Initial commit 2017-10-24 23:03:49 +02:00
README.md Update README to explain how to change chroot directory 2018-07-31 20:57:18 +02:00
build Install last dependency for pkgxx. Install pkgxx and configure it. 2018-07-31 20:50:32 +02:00
install-and-chroot.sh Check that DIR path is an absolute one (starts with '/') 2018-08-02 16:59:18 +02:00

README.md

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!

chmod +x ./install-and-chroot.sh
./install-and-chroot.sh

By default it writes files into /alpine. So enter into chroot:

/alpine/enter-chroot

But you can change destination directory if needed:

chmod +x ./install-and-chroot.sh
DIR="/my_alpine_chroot" ./install-and-chroot.sh

and then:

/my_alpine_chroot/enter-chroot

TODO

  • adapt script to install yunoconfig dependencies (alpine-chroot-install -p)
  • git submodule with yunoconfig (and bind it into the chroot?)
  • idem with yunorock-recipes
  • idem with pkgxx