Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 994 Bytes

01_Installation.md

File metadata and controls

34 lines (27 loc) · 994 Bytes

Installation

Minimum Requirements

  • Pimcore >= 5.7

Install

Install bundle via composer:

composer require pimcore/data-hub

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