Downloads
Download tar.gz
12.2 KB
MD5: 1043f17bc15b77d82cd1e4a27e3e0898
SHA-1: 7564686c1afc7a3f09c90b8685e907aff5d96302
SHA-256: ea91ed7dd84d858e2da894fce5c37a4f0639fc715d19b57c0a2c0e7c94dead6c
Download zip
15.47 KB
MD5: a055ac21536291075f9af8af4aea1bd0
SHA-1: b35d47752b007030160465cdea5f2f9696d49c59
SHA-256: 6e29d5c8314d87dd76837187d843844da1355b49fa290dc9841ef6ebb41dc561
Release notes
This beta release of Drupal CMS 2.0 includes improved integration with Canvas, an updated component library, and many bug fixes. This release should be used for testing only and is not suitable for building websites. There is no update path for Drupal CMS.
To spin up a Drupal CMS project, use the following commands:
composer create-project drupal/cms:^2 -s beta --no-install
cd cms
composer config minimum-stability beta
composer install
composer drupal:recipe-unpack
If you are using DDEV, run these commands in an empty directory:
ddev config --project-type=drupal11 --docroot=web
ddev composer create-project drupal/cms:^2 -s beta --no-install
ddev composer config minimum-stability beta
ddev composer install
ddev composer drupal:recipe-unpack
To install Drupal CMS using Drush, you can use:
drush site:install
This will install the Starter site template.
To install Byte, use:
drush site:install ../recipes/byte
Other notable changes since 2.0.0-alpha1:
- The Image and Remote Video recipes have been deprecated and replaced by a new Media recipe which supports additional media types and adds the Media File Delete and Media Library Bulk Upload modules.
- The Admin UI recipe now includes the View Password, Navigation Extra Tools, and Gin Login modules, and installs the Views UI, Database Logging, and other modules that were previously in the Starter recipe.
- Removed RobotsTxt from the SEO Tools module and replaced it with a physical robots.txt with additions specific to Drupal CMS.
- Drupal CMS projects now include a default
.gitignorefile. - The Basic page content type was renamed to Utility page.