Warning: You are browsing the documentation from version 4 to 10 of Pimcore.
Please visit https://pimcore.com/docs/platform/ for the latest versions of Pimcore.
Version:
Installation
This bundle depends on three other bundles:
To install the bundle you can execute:
composer require pimcore/data-hub-productsup
All bundles should be downloaded automatically by composer. Before you install this bundle, please enable/install the required bundles mentioned above.
Please make sure, that the Bundles are loaded in following order:
- ElementsProcessManagerBundle
- PimcoreDataHubBundle
- PimcoreDataHubFileExportBundle
- PimcoreDataHubProductsupBundle
- Custom Bundles which extend bundles from above
Normally they should be loaded in this order automatically, but you might have to change the priority (in the extension manager or when you enable the bundle).
These steps should enable/install the required bundles
./bin/console pimcore:bundle:enable PimcoreDataHubBundle
./bin/console pimcore:bundle:install PimcoreDataHubBundle
./bin/console pimcore:bundle:enable ElementsProcessManagerBundle
./bin/console pimcore:bundle:install ElementsProcessManagerBundle
#setting up the seperate cronjob and disabling it in the maintenance ist recommended (@see https://github.com/elements-at/ProcessManager/blob/master/doc/installationAndUpdates.md)
./bin/console pimcore:bundle:enable PimcoreDataHubFileExportBundle
./bin/console pimcore:bundle:install PimcoreDataHubFileExportBundle
./bin/console pimcore:bundle:enable PimcoreDataHubProductsupBundle
./bin/console pimcore:bundle:install PimcoreDataHubProductsupBundle
After the installation you should see the productsup adapter in the Datahub configuration panel: