europa-museum icon indicating copy to clipboard operation
europa-museum copied to clipboard

Steps for Installation : ddev

Open delixyr opened this issue 10 months ago • 1 comments

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

  • Craft version: 5
  • PHP version: 8.2
  • Database driver & version: MySQL 8.0
  • Plugins & versions:

delixyr avatar Apr 16 '24 06:04 delixyr

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

benediktgrether avatar Jul 19 '24 14:07 benediktgrether