Skip to content

mandrasch/ddev-kirby-plainkit

Repository files navigation

DDEV Kirby Plainkit

Kirby CMS meets DDEV & Gitpod.

Try out in your browser:

Open in Gitpod

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.

How was this created?

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.

TODOs

Links / Other repos

License

Kirby allows free local try outs, but for live sites purchasing a license is required. getkirby.com · License agreement

About

Unofficial template: kirby-plainkit with DDEV and Gitpod support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors