Open delixyr opened 7 months ago
Thank you for your installation guide.
I also must generate a local CA because of some ssl errors.
Here is a fast way to generate a ssl certification for ddev
https://dev.to/farez/enable-ssl-https-on-an-existing-ddev-site-on-mac-35pb
run ddev stop --all
run mkcert -install
run ddev start
run ddev launch
Description
The steps given in installation section did not work for me. Win 11 / WSL2 / DDEV
I have managed to install succesfully via following steps
Steps to reproduce
git clone https://github.com/craftcms/europa-museum.git cd europa-museum ddev start ddev composer update ddev craft db/restore seed.sql ./craft setup/security-key EDit in .env file : DEFAULT_SITE_URL=https://europa-museum.ddev.site ddev config --database=postgres:13 --php-version 8.2 ddev start ddev launch ddev craft users/create --admin ddev launch admin
Additional info