You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@delixyr
Regarding your step "./craft setup/security-key"
I had to use the following command instead to use the required PHP 8.2: ddev craft setup/security-key
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
The text was updated successfully, but these errors were encountered: