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
Use as template on GitHub
Just click "Use this template", rename your project in .ddev/config.yaml afterwards.
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 launchGitpod & DDEV
Gitpod DDEV integration was done with helpful tips by @shaal. See .gitpod.yml and .gitpod/-folder.
- Add Laravel Mix support (and Bootstrap5? Or use different repo?) - See https://github.com/mandrasch/bahn-zum-see
- https://github.com/mandrasch/ddev-kirby-starterkit
- https://github.com/mandrasch/bahn-zum-see (example site)
Kirby allows free local try outs, but for live sites purchasing a license is required. getkirby.com · License agreement