Downloads
Download tar.gz
8.42 KB
MD5: 18fde5c5d7ede5838721e31b3c3d0d68
SHA-1: 1fbbe56aea2a5446927bffdf3186621bf2af00ca
SHA-256: 653b213420c075b97024b1d371f4b7b957dae0c4665bceb9d8baa5072473f9d8
Download zip
10.46 KB
MD5: aa111c1be3cdc46b9ed88665d44b73af
SHA-1: e35da85a5eb1dcbc6d22adb462d2a62ddcf5cf72
SHA-256: ca1c98dff8e81daa681135e56a45e3b201020270d46fe56b38c79571cb6b42ff
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