This page covers the requirements for installing the module and the different methods available.
Support for the module
If you have access to both the DAM and Drupal sites, you can install the Acquia DAM module at no additional cost.
Note these support limitations:
Acquia support teams only investigate issues if Acquia hosts your Drupal site.
If a different provider hosts your site, you must obtain support from your Drupal developers.
Acquia teams do not have the access or capability to provide support for external Drupal instances.
Acquia DAM Customer Support only investigates issues when the DAM instance impacts the module.
The Drupal team at Acquia investigates issues related to module compatibility with your Acquia-hosted Drupal instance.
Prerequisites
To install the latest version of the Acquia DAM module, you must use Drupal Core 9.5 or later.
Add the module using Composer
To add the module to your Drupal codebase using Composer:
composer require drupal/acquia_dam
To check why a specific version of the Acquia DAM module cannot install, run a Composer command to display dependency conflicts:
composer why-not drupal/acquia_dam 1.0.1
Installation methods
After you add the module to your codebase, enable it with Drush or through the Drupal administrative interface.
Install with Drush
After you add the module to your codebase, enable it for use on your site with this Drush command:
drush en acquia_dam acquia_dam_integration_link
Install manually in Drupal
To install the module manually through the Drupal administrative interface:
Place the module files in your Drupal installation, typically in modules/contrib/acquia_dam.
Log in to your Drupal site as an administrator.
Navigate to the Extend page at /admin/modules.
Locate the Acquia DAM and Acquia DAM-Enhanced integration links modules in the Media section.
Select the checkboxes for both modules.
Click Install at the bottom of the page.
Note
This integration uses version 3 (v3) embed links. If you currently use version 2 (v2) embeds, be aware of this difference, as it can require updates to existing content or custom code.
Next steps
After the Acquia DAM module is in place, you must authenticate your Drupal site with your Acquia DAM account.
This page covers the requirements for installing the module and the different methods available.
Support for the module
If you have access to both the DAM and Drupal sites, you can install the Acquia DAM module at no additional cost.
Note these support limitations:
Acquia support teams only investigate issues if Acquia hosts your Drupal site.
If a different provider hosts your site, you must obtain support from your Drupal developers.
Acquia teams do not have the access or capability to provide support for external Drupal instances.
Acquia DAM Customer Support only investigates issues when the DAM instance impacts the module.
The Drupal team at Acquia investigates issues related to module compatibility with your Acquia-hosted Drupal instance.
Prerequisites
To install the latest version of the Acquia DAM module, you must use Drupal Core 9.5 or later.
Add the module using Composer
To add the module to your Drupal codebase using Composer:
composer require drupal/acquia_dam
To check why a specific version of the Acquia DAM module cannot install, run a Composer command to display dependency conflicts:
composer why-not drupal/acquia_dam 1.0.1
Installation methods
After you add the module to your codebase, enable it with Drush or through the Drupal administrative interface.
Install with Drush
After you add the module to your codebase, enable it for use on your site with this Drush command:
drush en acquia_dam acquia_dam_integration_link
Install manually in Drupal
To install the module manually through the Drupal administrative interface:
Place the module files in your Drupal installation, typically in modules/contrib/acquia_dam.
Log in to your Drupal site as an administrator.
Navigate to the Extend page at /admin/modules.
Locate the Acquia DAM and Acquia DAM-Enhanced integration links modules in the Media section.
Select the checkboxes for both modules.
Click Install at the bottom of the page.
Note
This integration uses version 3 (v3) embed links. If you currently use version 2 (v2) embeds, be aware of this difference, as it can require updates to existing content or custom code.
Next steps
After the Acquia DAM module is in place, you must authenticate your Drupal site with your Acquia DAM account.