Downloads
Download tar.gz
38.44 KB
MD5: 6b06ba266edb5783584ca922e0a84469
SHA-1: e9b6b3d173d895b8bfe9beb28437ab078883af72
SHA-256: 9ea9a6ed7ac9c6cdb383487677d7a97eaccfdc28de3d3ee816992fd6f33e2973
Download zip
50.39 KB
MD5: 31d878ae6c74cc9bdb9ebe6fcb6e1145
SHA-1: 3984a7620fc36d2b83136c0b1db272d5c4ce9aa5
SHA-256: c96059d729395fe8041b558ab76c5bec880511e50db3469f56b9900a88d8ad05
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