We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The steps given in installation section did not work for me. Win 11 / WSL2 / DDEV
I have managed to install succesfully via following steps
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
The text was updated successfully, but these errors were encountered:
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
ddev stop --all
mkcert -install
ddev start
ddev launch
Sorry, something went wrong.
No branches or pull requests
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: