Skip to content
New issue

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

Steps for Installation : ddev #49

Open
delixyr opened this issue Apr 16, 2024 · 0 comments
Open

Steps for Installation : ddev #49

delixyr opened this issue Apr 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@delixyr
Copy link

delixyr commented Apr 16, 2024

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 delixyr added the bug Something isn't working label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant