Downloads
Download tar.gz
19.21 KB
MD5: b62ca529a77ba9770b04a72bafda1a8d
SHA-1: b7984f2c7de7712878054d287cda0f9c32385e59
SHA-256: 6f4d4c60fba03bfb2c506de74bf90e55d6f039cdb9f833c2fbc680451645c1d7
Download zip
86.92 KB
MD5: b55841f96c15ca1ff089a01bb3e16507
SHA-1: 1b8ae15ff6465a6c54cf517a69d7a3249540cfab
SHA-256: ca90a4823db7ff4ad2bb0d50dd807ae521dfda052daeaa0a3041a0f4ad129051
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 -s 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 -s alpha --no-install
ddev composer config minimum-stability alpha
ddev composer install