Kirby CMS meets DDEV & Gitpod.
Try out in your browser:
Local usage:
Clone to your local laptop and run:
ddev start && ddev composer install && ddev launch
About this starterkit
See https://github.com/getkirby/plainkit for more information.
Kirby setup
Based on "Installing via composer"-docs.
ddev config --project-type=php --php-version="8.0"
ddev start
ddev ssh
composer create-project getkirby/plainkit install-folder && \
echo "Moving installation to root folder ..." && \
mv install-folder/README.md install-folder/README_kirby.md && \
cp -Rp install-folder/. /var/www/html && \
rm -rf install-folder/
exit
ddev composer install
ddev launch
Gitpod & DDEV
Gitpod DDEV integration was done with helpful tips by @shaal. See .gitpod.yml
and .gitpod/
-folder.
Kirby allows free local try outs, but for live sites purchasing a license is required. getkirby.com · License agreement