Downloads
Download tar.gz
11.46 KB
MD5: 9636e825d8d700994812b2adb60bb168
SHA-1: 6f5e8e4bb9cb4bc5278fd5e1444bef55c834a0d4
SHA-256: c7bc0f11fd67d4a8e50110d49a4e5cc988afb39383f05f59fe4d7217f1b61c8f
Download zip
14.73 KB
MD5: 9b3e0aab8826594783e0351f88b59c71
SHA-1: 58d9545faf159022e27ea8d1ccc1f73c3dbee2ac
SHA-256: 2f3e1edfc4c4ce657326f6eaad490f02d6a01510cbf543f82882dbdc74789595
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