Downloads
Download tar.gz
11.47 KB
MD5: 71a71007736fe88c9aabb7abf5670c93
SHA-1: ece53c27b37877299a4024bdc5e3603a7e16fc77
SHA-256: 638173f22843d357fd422b088aacb6c930c1dd57dc10e2a843780a56f2da6774
Download zip
14.95 KB
MD5: 52084e9b15036d1da40a9cc76d8bd57e
SHA-1: 81704efd49f5581300a9f441683b90aa7ff0b03a
SHA-256: 1c2e18b6c0f09bcded7b9c7cccd4d562e4efcfa7277c2af40063fc71b23d6be5
Release notes
The alpha version of Drupal CMS 2.0 includes Canvas integration and two site templates: Starter and Byte. 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-alpha1 --stability alpha --no-install
cd cms
composer config minimum-stability alpha
composer install
if you are using DDEV:
ddev config --project-type=drupal11 --docroot=web
ddev composer create-project drupal/cms:2-alpha1 --stability alpha --no-install
ddev composer config minimum-stability alpha
ddev composer install