Acquia announces rebranding of its “Acquia CMS” offering, which includes a collection of Drupal modules. “Acquia CMS” is now referred to as “Drupal Starter Kits”.
The following method is unavailable on the Cloud Next infrastructure and must only be used for demo and trial applications on the Cloud Classic infrastructure.
You can install Drupal Starter Kits through the Cloud Platform user interface in the following scenarios:
You can install a basic Drupal distribution through the Cloud Platform user interface. Such a distribution does not have any Drupal starter kit or add-ons. For more information, see Installing a Drupal distribution through the Cloud Platform user interface.
After installing a basic Drupal project, use the following steps to install a specific Drupal starter kit along with add-ons to the project:
Run the following command:
composer require acquia/acquia-cms-starterkit
Click Starter kit set-up.
On the Starter Kit Selection page, select a starter kit from the available options and click Save & continue.
Based on the selected starter kit, select the appropriate option for the questions to extend the starter kit with add-ons.
In Do you want to enable demo content?, select Yes to see the operation of Acquia CMS with a content model with demo content and Site Studio components with demo content. Otherwise, select the default value, No.
In Do you want to enable the content model?, select Yes or No.
This question includes all content types in the site.
The system redirects you to the Tour page where you can complete the installation process.
In Do you want to enable demo content?, select Yes to see the operation of Acquia CMS with a content model with demo content and Site Studio components with demo content. Otherwise, select the default value, No.
In Do you want to enable the content model?, select Yes or No.
This question includes all content types in the site.
The system redirects to the Tour page.
To enable Next.js starter kit, select Enable Next.js starter kit.
In Do you want to enable the content model?, select Yes or No.
This question includes all content types in the site.
In API key, specify the Site Studio API key.
(Optional) If you are already using the blt-site-studio plugin, remove it from your codebase by running the following command:
composer remove acquia/blt-site-studio
Remove the following lines from the blt/blt.yml
file:
site-studio:
rebuild: true
package-import: true
cohesion-import: true
If you do not leverage the blt-site-studio plugin but use custom scripts instead, ensure that you remove such references from your codebase.
/admin/modules
.Locate the Site Studio Configuration Management module, select Site Studio Configuration Management, and click Install.
Add the following lines to the settings.php
file:
$settings['config_sync_directory'] = '../config/default/sync';
$settings['site_studio_sync'] = '../config/default/site_studio';
If your settings.php
file already includes the paths for the config_sync_directory
and site_studio_sync
parameters, ensure that you remove those.
In Do you want to enable the content model?, select Yes or No.
This question includes all content types in the site.
The system redirects you to the Tour page where you can complete the installation process.
In Do you want to enable demo content?, select Yes to see the operation of Drupal Starter Kits with a content model with demo content and Site Studio components with demo content. Otherwise, select the default value, No.
In Do you want to enable the content model?, select Yes or No.
This question includes all content types in the site.
The system redirects to the Tour page.
To enable Next.js starter kit, select Enable Next.js starter kit.
The site is generated with the selected starter kit and add-ons.
This procedure does not disable or uninstall any module that is already enabled or installed. This only enables or installs the modules required to set up the selected starter kit.
After you install Drupal Starter Kits, you can develop your Drupal site and deploy your changes to Cloud Next.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Thu Nov 14 2024 10:41:55 GMT+0000 (Coordinated Universal Time)