Adobe Commerce Connector Package Installation
Author:
Fluent Commerce
Changed on:
13 Feb 2024
Key Points
- Prior to installing the Adobe connector package, make sure that the versions are compatible.
- In order to install the connector package, you would need to back up the system and the data base, download the package, enable the module and confirm the installation.
Steps
Step 1: Setup
Currently, the extension is not hosted on the Adobe Marketplace, but it can be downloaded. Once it’s available in a repository like the Adobe Marketplace, the installation will follow the usual composer approach.
Adobe Commerce Version | Adobe Fluent Connector Download | Supported PHP Versions |
2.4.6 | PHP 8.1 and PHP 8.2 | |
2.4.5 | PHP 7.4 and PHP 8.1 | |
2.4.4 | PHP 7.4 |
Until then, download the package from the link above and un-package it to /app/code inside your Adobe Commerce installation.
Step 2: Enable the module
1/bin/magento setup:upgrade
Language: json
Name: Execute the command below to allow Adobe Commerce to pick up the new extensions.
Description:
[Warning: empty required content area]Step 3: Verify it is active
1/bin/magento module:status
Language: sh
Name: Verify that the extension is installed properly, by running the following command
Description:
[Warning: empty required content area]Step 4: Build the new module
1rm -rf ./generated/*
2
3php bin/magento setup:di:compile
4
5php bin/magento setup:static-content:deploy -f
6
7php bin/magento cache:clean
8
9php bin/magento cache:flush
Language: json
Name: Run the following commands
Description:
[Warning: empty required content area]