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”.
You can use Cloud IDE to create an Acquia-recommended Drupal project or add a starter kit to your existing Drupal project.
Create an Acquia-recommended Drupal project through Acquia CLI by running the following command:
acli new
Select acquia/drupal-recommended-project.
By default, the starter kit is already available in this project.
Create an Acquia-recommended Drupal project through CLI by running the following command:
By default, the starter kit is already available in this project.
Add the starter kit to an existing Drupal project by running the following command:
composer require acquia/acquia-cms-starterkit
After you create an Acquia-recommended Drupal project or add a starter kit to an existing Drupal project, you can install Drupal Starter Kits by leveraging one of the available starter kits. Acquia recommends that you use the Drupal Starter Kits starter kit wizard for downloading and building Drupal sites with Drupal Starter Kits modules. With this wizard, you can set up your Drupal site using one of the three starter kits. You can install Drupal Starter Kits by using one of the following starter kits:
This starter kit installs the following to your Drupal site:
Drupal Starter Kits with Site Studio
A UIKit
It provides drag-and-drop content authoring and low-code site building. An optional add-on content model is available during the installation process. For more information, see Enterprise low-code starter kit.
To install Drupal Starter Kits through the Enterprise low-code starter kit:
Access your Drupal project and run the following command:
./vendor/bin/acms acms:install
Note
Existing users who want to prevent rebuilding Composer dependencies repeatedly can leverage separate build and install commands. For more information, see Using separate build and install commands.
In Please choose bundle from one of the above use case, select acquia_cms_enterprise_low_code and press Enter.
For selection, you can use the Up and Down arrow keys.
Installing Drupal Starter Kits through Cloud IDE
Rebranding notice!
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”.
You can use Cloud IDE to create an Acquia-recommended Drupal project or add a starter kit to your existing Drupal project.
Create an Acquia-recommended Drupal project through Acquia CLI by running the following command:
acli new
Select acquia/drupal-recommended-project.
By default, the starter kit is already available in this project.
Create an Acquia-recommended Drupal project through CLI by running the following command:
By default, the starter kit is already available in this project.
Add the starter kit to an existing Drupal project by running the following command:
composer require acquia/acquia-cms-starterkit
After you create an Acquia-recommended Drupal project or add a starter kit to an existing Drupal project, you can install Drupal Starter Kits by leveraging one of the available starter kits. Acquia recommends that you use the Drupal Starter Kits starter kit wizard for downloading and building Drupal sites with Drupal Starter Kits modules. With this wizard, you can set up your Drupal site using one of the three starter kits. You can install Drupal Starter Kits by using one of the following starter kits:
This starter kit installs the following to your Drupal site:
Drupal Starter Kits with Site Studio
A UIKit
It provides drag-and-drop content authoring and low-code site building. An optional add-on content model is available during the installation process. For more information, see Enterprise low-code starter kit.
To install Drupal Starter Kits through the Enterprise low-code starter kit:
Access your Drupal project and run the following command:
./vendor/bin/acms acms:install
Note
Existing users who want to prevent rebuilding Composer dependencies repeatedly can leverage separate build and install commands. For more information, see Using separate build and install commands.
In Please choose bundle from one of the above use case, select acquia_cms_enterprise_low_code and press Enter.
For selection, you can use the Up and Down arrow keys.
Note
The default value for this query is acquia_cms_enterprise_low_code. Therefore, the system considers the value to be acquia_cms_enterprise_low_code even if you do not specify any value.
In Do you want to enable demo content?, type yes to see the operation of Drupal Starter Kits with a content model with demo content and Site Studio components with demo content. Otherwise, type the default value, no.
If you type no:
In Do you want to enable the content model?, type yes or no and press Enter.
This question includes all content types in the site.
In Would you like to enable the Acquia DAM modules?, type yes to leverage Acquia DAM modules. Otherwise, type no.
In Please provide the Google Maps API Key, type the Google Maps API key and press Enter.
The starter kit wizard does not prompt for the key if you have already configured the environment variable with the export GMAPS_KEY="<your_key>" command. Also, you can skip this step if you do not have the key.
In Please provide the Site Studio API Key, type the Site Studio API key and press Enter.
The starter kit wizard does not prompt for the key if you have already configured the environment variable with the export SITESTUDIO_API_KEY="<your_key>" command. Also, you can skip this step if you do not have the key.
In Please provide the Site Studio Organization Key, type the Site Studio Organization key and press Enter.
The starter kit wizard does not prompt for the key if you have already configured the environment variable with the export SITESTUDIO_ORG_KEY="<your_key>" command. Also, you can skip this step if you do not have the key.
Specify the database information, such as name, driver, username, password, host, and port.
Note
To prevent failed installation, ensure that you:
Run a MySQL server on the system or use the correct host name or port number when trying to connect to the server.
Check that the TCP/IP port you are using is not blocked by a firewall or port blocking service.
Check that the database server is running.
Check that the database exists or the database users have sufficient privileges to create the database.
Enter the correct database name, username, password, hostname, and port.
Continue the installation process until you get the confirmation message.
Verify the configuration import and export commands by running the following commands:
./vendor/bin/drush cex
./vendor/bin/drush cim
These commands must automatically export or import Site Studio configurations along with Drupal configurations based on the paths specified in your settings.php file.
Important
Currently, the starter kit wizard uses drush site:install and drops the database of any existing site. Therefore, you cannot use starter kits after installation.
This starter kit installs Drupal Starter Kits to your Drupal site. An optional add-on content model is available during the installation process. For more information, see Community starter kit.
To install Drupal Starter Kits through the Community starter kit:
Access your Drupal project and run the following command:
./vendor/bin/acms acms:install
Note
Existing users who want to prevent rebuilding Composer dependencies repeatedly can leverage separate build and install commands. For more information, see Using separate build and install commands.
In Please choose bundle from one of the above use case, select acquia_cms_community and press Enter.
For selection, you can use the Up and Down arrow keys.
In Do you want to enable demo content?, type yes to see the operation of Drupal Starter Kits with a content model with demo content and Site Studio components with demo content. Otherwise, type the default value, no.
If you type no:
In Do you want to enable the content model?, type yes or no and press Enter.
This question includes all content types in the site.
In Would you like to enable the Acquia DAM modules?, type yes to leverage Acquia DAM modules. Otherwise, type no.
In Please provide the Google Maps API Key, type the Google Maps API key and press Enter.
The starter kit wizard does not prompt for the key if you have already configured the environment variable with the export GMAPS_KEY="<your_key>" command. Also, you can skip this step if you do not have the key.
Specify the database information, such as name, driver, username, password, host, and port.
Note
To prevent failed installation, ensure that you:
Run a MySQL server on the system or use the correct host name or port number when trying to connect to the server.
Check that the TCP/IP port you are using is not blocked by a firewall or port blocking service.
Check that the database server is running.
Check that the database exists or the database users have sufficient privileges to create the database.
Enter the correct database name, username, password, hostname, and port.
Continue the installation process until you get the confirmation message.
Important
Currently, the starter kit wizard uses drush site:install and drops the database of any existing site. Therefore, you cannot use starter kits after installation.
This starter kit pre-configures Drupal for serving structured, RESTful content to third-party content displays, such as mobile apps, smart displays, and frontend driven websites. For more information, see Headless starter kit.
To install Drupal Starter Kits through the Headless starter kit:
Access your Drupal project and run the following command:
./vendor/bin/acms acms:install
Note
Existing users who want to prevent rebuilding Composer dependencies repeatedly can leverage separate build and install commands. For more information, see Using separate build and install commands.
In Please choose bundle from one of the above use case, select acquia_cms_headless and press Enter.
For selection, you can use the Up and Down arrow keys.
In Do you want to enable demo content?, type yes to see the operation of Drupal Starter Kits with a content model with demo content and Site Studio components with demo content. Otherwise, type the default value, no.
If you type no:
In Do you want to enable the content model?, type yes or no and press Enter.
This question includes all content types in the site.
In Would you like to enable the Acquia DAM modules?, type yes to leverage Acquia DAM modules. Otherwise, type no.
In Would you like to preconfigure a next.js site?, type yes to configure a Next.js website. Otherwise, type no.
If you type yes:
In Please provide the Next.js site url, type the Next.js site URL.
In Please provide the Site Name, type the name of the site.
In Please provide the .env.local file path, type the path of the .env.local file.
In Please provide the Google Maps API Key, type the Google Maps API key and press Enter.
The starter kit wizard does not prompt for the key if you have already configured the environment variable with the export GMAPS_KEY="<your_key>" command. Also, you can skip this step if you do not have the key.
Specify the database information, such as name, driver, username, password, host, and port.
Note
To prevent failed installation, ensure that you:
Run a MySQL server on the system or use the correct host name or port number when trying to connect to the server.
Check that the TCP/IP port you are using is not blocked by a firewall or port blocking service.
Check that the database server is running.
Check that the database exists or the database users have sufficient privileges to create the database.
Enter the correct database name, username, password, hostname, and port.
Continue the installation process until you get the confirmation message.
Important
Currently, the starter kit wizard uses drush site:install and drops the database of any existing site. Therefore, you cannot use starter kits after installation.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Note
The default value for this query is acquia_cms_enterprise_low_code. Therefore, the system considers the value to be acquia_cms_enterprise_low_code even if you do not specify any value.
In Do you want to enable demo content?, type yes to see the operation of Drupal Starter Kits with a content model with demo content and Site Studio components with demo content. Otherwise, type the default value, no.
If you type no:
In Do you want to enable the content model?, type yes or no and press Enter.
This question includes all content types in the site.
In Would you like to enable the Acquia DAM modules?, type yes to leverage Acquia DAM modules. Otherwise, type no.
In Please provide the Google Maps API Key, type the Google Maps API key and press Enter.
The starter kit wizard does not prompt for the key if you have already configured the environment variable with the export GMAPS_KEY="<your_key>" command. Also, you can skip this step if you do not have the key.
In Please provide the Site Studio API Key, type the Site Studio API key and press Enter.
The starter kit wizard does not prompt for the key if you have already configured the environment variable with the export SITESTUDIO_API_KEY="<your_key>" command. Also, you can skip this step if you do not have the key.
In Please provide the Site Studio Organization Key, type the Site Studio Organization key and press Enter.
The starter kit wizard does not prompt for the key if you have already configured the environment variable with the export SITESTUDIO_ORG_KEY="<your_key>" command. Also, you can skip this step if you do not have the key.
Specify the database information, such as name, driver, username, password, host, and port.
Note
To prevent failed installation, ensure that you:
Run a MySQL server on the system or use the correct host name or port number when trying to connect to the server.
Check that the TCP/IP port you are using is not blocked by a firewall or port blocking service.
Check that the database server is running.
Check that the database exists or the database users have sufficient privileges to create the database.
Enter the correct database name, username, password, hostname, and port.
Continue the installation process until you get the confirmation message.
Verify the configuration import and export commands by running the following commands:
./vendor/bin/drush cex
./vendor/bin/drush cim
These commands must automatically export or import Site Studio configurations along with Drupal configurations based on the paths specified in your settings.php file.
Important
Currently, the starter kit wizard uses drush site:install and drops the database of any existing site. Therefore, you cannot use starter kits after installation.
This starter kit installs Drupal Starter Kits to your Drupal site. An optional add-on content model is available during the installation process. For more information, see Community starter kit.
To install Drupal Starter Kits through the Community starter kit:
Access your Drupal project and run the following command:
./vendor/bin/acms acms:install
Note
Existing users who want to prevent rebuilding Composer dependencies repeatedly can leverage separate build and install commands. For more information, see Using separate build and install commands.
In Please choose bundle from one of the above use case, select acquia_cms_community and press Enter.
For selection, you can use the Up and Down arrow keys.
In Do you want to enable demo content?, type yes to see the operation of Drupal Starter Kits with a content model with demo content and Site Studio components with demo content. Otherwise, type the default value, no.
If you type no:
In Do you want to enable the content model?, type yes or no and press Enter.
This question includes all content types in the site.
In Would you like to enable the Acquia DAM modules?, type yes to leverage Acquia DAM modules. Otherwise, type no.
In Please provide the Google Maps API Key, type the Google Maps API key and press Enter.
The starter kit wizard does not prompt for the key if you have already configured the environment variable with the export GMAPS_KEY="<your_key>" command. Also, you can skip this step if you do not have the key.
Specify the database information, such as name, driver, username, password, host, and port.
Note
To prevent failed installation, ensure that you:
Run a MySQL server on the system or use the correct host name or port number when trying to connect to the server.
Check that the TCP/IP port you are using is not blocked by a firewall or port blocking service.
Check that the database server is running.
Check that the database exists or the database users have sufficient privileges to create the database.
Enter the correct database name, username, password, hostname, and port.
Continue the installation process until you get the confirmation message.
Important
Currently, the starter kit wizard uses drush site:install and drops the database of any existing site. Therefore, you cannot use starter kits after installation.
This starter kit pre-configures Drupal for serving structured, RESTful content to third-party content displays, such as mobile apps, smart displays, and frontend driven websites. For more information, see Headless starter kit.
To install Drupal Starter Kits through the Headless starter kit:
Access your Drupal project and run the following command:
./vendor/bin/acms acms:install
Note
Existing users who want to prevent rebuilding Composer dependencies repeatedly can leverage separate build and install commands. For more information, see Using separate build and install commands.
In Please choose bundle from one of the above use case, select acquia_cms_headless and press Enter.
For selection, you can use the Up and Down arrow keys.
In Do you want to enable demo content?, type yes to see the operation of Drupal Starter Kits with a content model with demo content and Site Studio components with demo content. Otherwise, type the default value, no.
If you type no:
In Do you want to enable the content model?, type yes or no and press Enter.
This question includes all content types in the site.
In Would you like to enable the Acquia DAM modules?, type yes to leverage Acquia DAM modules. Otherwise, type no.
In Would you like to preconfigure a next.js site?, type yes to configure a Next.js website. Otherwise, type no.
If you type yes:
In Please provide the Next.js site url, type the Next.js site URL.
In Please provide the Site Name, type the name of the site.
In Please provide the .env.local file path, type the path of the .env.local file.
In Please provide the Google Maps API Key, type the Google Maps API key and press Enter.
The starter kit wizard does not prompt for the key if you have already configured the environment variable with the export GMAPS_KEY="<your_key>" command. Also, you can skip this step if you do not have the key.
Specify the database information, such as name, driver, username, password, host, and port.
Note
To prevent failed installation, ensure that you:
Run a MySQL server on the system or use the correct host name or port number when trying to connect to the server.
Check that the TCP/IP port you are using is not blocked by a firewall or port blocking service.
Check that the database server is running.
Check that the database exists or the database users have sufficient privileges to create the database.
Enter the correct database name, username, password, hostname, and port.
Continue the installation process until you get the confirmation message.
Important
Currently, the starter kit wizard uses drush site:install and drops the database of any existing site. Therefore, you cannot use starter kits after installation.