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 Pimcore Datahub bundle and Datahub Simple Rest API. They need to be installed first.
To install Pimcore Datahub CI Hub use following commands:
composer require pimcore/data-hub-ci-hub
./bin/console pimcore:bundle:enable PimcoreDataHubCiHubBundle
Make sure, that priority of Datahub bundle is higher than priority of Datahub Simple Rest API bundle, and priority of Datahub Simple Rest API is higher that priority of Datahub CI Hub. This can be specified as parameter during bundle enabling or in Pimcore extension manager.