Downloads
Download tar.gz
529.62 KB
MD5: ee8e5501e024d4deafdfa23ca3fc8c52
SHA-1: dc985a7cc737528fe427e5c253df3d9e83b1523d
SHA-256: 11e657b75038e45e7f00161a5d3dca63fd0cb2c25bd01398cf92276c5835c75c
Download zip
541.15 KB
MD5: 7706c829fdb3d93011276206c5c3c8bc
SHA-1: 9ae7b067c42905b99afe3e66fdc935020e8d1e41
SHA-256: 0ebc1ea295113decead7597e300cb610598c737db85a45b40fec3c4cbd5477c2
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