Downloads

Download tar.gz 14.24 KB
MD5: f8b3ea833997307965fbb7533d23fe97
SHA-1: 55691f5ec59560204b05dcbb1dc187a5bec43d56
SHA-256: 2ab0c560fddd0c0fcb3d9b4823a34e8773620708c30392cd5f9ea50bbb418598
Download zip 20.42 KB
MD5: 865b9b766fbd08985ae85ef9c102d0e1
SHA-1: 0bc264ed96fb840ed5637ff61676b9c1cfb9bae4
SHA-256: f96e9d3c2b35561593ad87b1724d8f33c6f9e429c450593c7acf8363fd633202

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
Created by: pameeela
Created on: 17 Oct 2025 at 12:48 UTC
Last updated: 17 Oct 2025 at 13:37 UTC
Unsupported

Other releases