- Issue created by @eojthebrave
- πΊπΈUnited States phenaproxima Massachusetts
Figure out if we can update it now, or need to wait until 1.1.0 ships.
You can update it now. There is nothing blocking in 1.1.0.
Figure out what it needs to say now.
This is the proper sequence of commands (from https://ddev.readthedocs.io/en/stable/users/quickstart/#drupal-drupal-cms):
mkdir my-drupal-site && cd my-drupal-site ddev config --project-type=drupal11 --docroot=web ddev start ddev composer create drupal/cms ddev launch
Or, if you've got the zip file unzipped (in the unzipped directory):
ddev config --project-type=drupal11 --docroot=web ddev start ddev composer install ddev launch
- πΊπΈUnited States eojthebrave Minneapolis, MN
Adam and I collaborated in Slack and figured out what updates needed to be made here. And then I made them. Fixed! π
Automatically closed - issue fixed for 2 weeks with no activity.