Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

RODB-111 - Getting 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:

  • No labels