- Create a free account at https://okteto.com/ or use your own minikube / k8s
- Install okteto cli / kubectl
- Create
mysql.yml
andnginx.yml
usingkubectl create -f mysql.yml -f nginx.yml
- Copy the given nginx url from Dashboard and adjust it in
.psh.yaml.override
- Run
okteto up
- Run
bash fix-perm.sh
- Follow Shopware 6 Installation guide (
./psh.phar install
) - Start developing :)