This alpha release of Drupal CMS 2.0 includes tighter integration with Canvas, and many bug fixes. This release should be used for testing only and is not suitable for building production websites.

To spin up a Drupal CMS project, use the following commands:


composer create-project drupal/cms:2-alpha2 -s alpha --no-install
cd cms
composer config minimum-stability alpha
composer install
composer drupal:recipe-unpack

If you are using DDEV, run these commands in an empty directory:


ddev config --project-type=drupal11 --docroot=web
ddev composer create-project drupal/cms:2-alpha2 -s alpha --no-install
ddev composer config minimum-stability alpha
ddev composer install
ddev composer drupal:recipe-unpack

VCS Label
2.0.0-alpha2
Release type
Short description
Tighter integration with Canvas, and bug fixes.
Packaged Git sha1
4867e19ee66a0d2a55f7340798a0e987f601ad75
Release files