Installing Custom Billing Components

This functionality allows you to install the necessary custom Billing functionality easily to your CloudBlue Commerce system.

To install additional Billing components:

  1. Log in to the Operations management node.
  2. Run this command to get the list of the components:

    oa-update --billing-container
  3. Run this command with the necessary arguments to install the components you want:

    oa-update --billing-container <component_name1> <component_name2>

    where <component_name1> and <component_name2> are the full names of the components to be installed.

  4. The post-configuration will be started automatically upon completion of installation.

Note: To get information on all options of oa-update, run oa-update --help