- RODB-111Getting issue details... STATUS
Rixxo ODB should be installed as a Composer Package. Please follow these instructions to install Rixxo ODB via Composer.
Request an access token from Rixxo to enable access to our Repman Repositories.
Navigate to your Magento installation directory and run the following command to configure Composer to use the Rixxo Repositories as a source:
composer config --global --auth http-basic.rixxo.repo.repman.io token <your-access-token>
Open the file composer.json and add the following lines:
{ "repositories": [ { "type": "composer", "url": "https://rixxo.repo.repman.io" } ] }
Install the Rixxo ODB package
composer require rixxo/module-order-dashboard
Enter the following commands to clear caches and enable the module:
bin/magento module:enable Rixxo_Odb bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy bin/magento cache:clean
Confirm installation has been completed properly by opening your browser and accessing your Magento Admin. A new tab ‘ODB’ should be added to the menu on the left as below: