Downloads
Download tar.gz
11.25 KB
MD5: 2defd92b9b7f5cdadf16e480e05ca45c
SHA-1: 47301be8a21731c0464bca2d117125c41b3edf85
SHA-256: 107dfa878358f9123b2a17f6c66146d47a0b8497d2105c4ac1df9b831ad23114
Download zip
14.27 KB
MD5: a8523f1a3957a83127a348309540f874
SHA-1: 8d952d4740dcfd6fe20792c8cd699c4a519afd2d
SHA-256: 55b1ff2333a2d5c2d937a20e01f8bb9985240b94face8e00510936836d4d56fe
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