craftcms / europa-museum

Craft CMS demo site.

Home Page:https://craftcms.com/demo?kind=europa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps for Installation : ddev

delixyr opened this issue · 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:

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