Downloads
Download tar.gz
10.71 KB
MD5: 4753005825b86e9ba9066ac75577fa43
SHA-1: 7e2372ff5425d386f489f8e133565f551cb306d9
SHA-256: 6333ca95cd6d4cc5aefff1d2cf7d36876e673e4520cff47848a580b3ae1c36e7
Download zip
17.01 KB
MD5: 8e6b9fa4457cad805fb77ee1824ed18d
SHA-1: 9c0ce2d0ecd00ea8b0e9c356629095c896edbcb4
SHA-256: a87c014e7b60c68a9ba760eae3064064832b5de8bf7e0b8162d48e66eb6cbbba
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