6.0.0-alpha14
6/26/25
Last Modified 10/24/23 by Ralf Lang

H6 Development Reproducible Toolchain

Running cheat sheet / notes to create the same tool chain as I used.

WSL

Starting out at Ubuntu Jammy. Download the "ubuntu" appliance from microsoft store, do basic setup.
If you have an older WSL pod, upgrade it to Jammy version


apt update
apt dist-upgrade

Install PHP

sudo add-apt-repository ppa:ondrej/php
composer install php8.2
composer upgrade php