By phenaproxima on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
1.x
Introduced in version:
1.1.0
Issue links:
Description:
The launch-drupal-cms.sh script is removed. It had compatibility issues and could be buggy in some situations; its usefulness couldn't justify the difficulty of maintaining it.
Instead of using the script, you can now use the following commands to spin up Drupal CMS from the command line using DDEV:
mkdir drupal-cms
cd drupal-cms
ddev config --project-type=drupal11 --docroot=web
ddev start
ddev composer create drupal/cms
ddev launch
Impacts:
Site builders, administrators, editors