Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.04 KB

01_Installation.md

File metadata and controls

37 lines (30 loc) · 1.04 KB

Installation

Install

Install bundle via composer:

For Pimcore version >= 10.2:

composer require pimcore/data-hub

For Pimcore version < 10.2:

composer require pimcore/data-hub:~1.0.11

Enable bundle via console or extensions manager:

php bin/console pimcore:bundle:enable PimcoreDataHubBundle
php bin/console pimcore:bundle:install PimcoreDataHubBundle

Check if the bundle has been installed:

php bin/console pimcore:bundle:list
bin/console pimcore:bundle:list
+---------------------------------+---------+-----------+----+-----+-----+
| Bundle                          | Enabled | Installed | I? | UI? | UP? |
+---------------------------------+---------+-----------+----+-----+-----+
| PimcoreDataHubBundle            ||||||
+---------------------------------+---------+-----------+----+-----+-----+

Required Backend User Permission

To access Datahub, user needs to meet one of following criteria:

  • be an admin
  • have plugin_datahub_config permission