Skip to content

Commit

Permalink
[docs] Fix Magento 2 quickstart for Magento 2.4.6, fixes ddev#4762 (d…
Browse files Browse the repository at this point in the history
…dev#4767) [skip ci]
  • Loading branch information
cmuench authored Mar 29, 2023
1 parent 47ee929 commit febfdf0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/content/users/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,12 @@ While the generic `php` project type is [ready to go](./project.md) with any CMS
ddev start
ddev composer create --repository=https://repo.magento.com/ magento/project-community-edition -y
rm -f app/etc/env.php

# Change the base-url below to your project's URL
ddev magento setup:install --base-url='https://ddev-magento2.ddev.site/' --cleanup-database --db-host=db --db-name=db --db-user=db --db-password=db --elasticsearch-host=elasticsearch --admin-firstname=Magento --admin-lastname=User [email protected] --admin-user=admin --admin-password=admin123 --language=en_US
ddev magento setup:install --base-url='https://ddev-magento2.ddev.site/' --cleanup-database --db-host=db --db-name=db --db-user=db --db-password=db --elasticsearch-host=elasticsearch --search-engine=elasticsearch7 --elasticsearch-port=9200 --admin-firstname=Magento --admin-lastname=User [email protected] --admin-user=admin --admin-password=admin123 --language=en_US

ddev magento deploy:mode:set developer
ddev magento module:disable Magento_TwoFactorAuth
ddev magento module:disable Magento_TwoFactorAuth Magento_AdminAdobeImsTwoFactorAuth
ddev config --disable-settings-management=false
```

Expand Down

0 comments on commit febfdf0

Please sign in to comment.