Skip to main content

Installation

Bundle Installation

To install OpenDxp Datahub follow the three steps below:

  1. Install the required dependencies:
composer require open-dxp/data-hub-bundle
  1. Make sure the bundle is enabled in the config/bundles.php file. The following lines should be added:
use OpenDxp\Bundle\DataHubBundle\OpenDxpDataHubBundle;
// ...

return [
// ...
OpenDxpDataHubBundle::class => ['all' => true],
// ...
];
  1. Install the bundle:
bin/console opendxp:bundle:install OpenDxpDataHubBundle

Required Backend User Permission

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

  • be an admin
  • have plugin_datahub_config permission