Installing ODB on Magento 2
Â
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:
Â
Â