Skip to content

Acquia CMS - 2.0.0

Compare
Choose a tag to compare
@vishalkhode1 vishalkhode1 released this 06 Jul 06:07
· 1565 commits to develop since this release
  • The acquia_cms is now no longer a Drupal distribution and it's now changed to Drupal module.
  • The acquia_cms now includes the following modules/projects:
Name Type Description
Acquia CMS Headless module The acquia_cms_ headless module preconfigures Drupal for serving structured, RESTful content to 3rd party content displays such as mobile apps, smart displays and frontend driven websites (e.g. React or Next.js).
Acquia CMS Starter Kit project The official command-line tool for downloading and building drupal site with acquia_cms modules for different use cases.
  • The customer can no longer run following command to install Acquia CMS: ./vendor/bin/drush site:install acquia_cms --yes as the acquia_cms is no longer a Drupal distribution. However, they can run below command to install the new site using acquia_cms:
./vendor/bin/acms site:install --yes