Downloads
Download tar.gz
255.42 KB
MD5: 415e662d4ff79b685694bc4615d4b594
SHA-1: c3c65b387f0aa8580517a718d9855b8c52e252b4
SHA-256: d08abe151aa7569683f9bf1b9307ec177e652df011e864119577ecfd960f7af7
Download zip
266.74 KB
MD5: 80bacdadf2b013a1860a6666b4c99918
SHA-1: 43d05d9e8c09886fe981ddd3f1b5c14d93b3da7f
SHA-256: 68c14abc7d011129638131c1ac13bce4d08d2b1fafe239bda06bfad8e6a2d916
Release notes
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