LogoLogo
Connectors
SAP Commerce Cloud Extension 1.2
SAP Commerce Cloud Extension 1.2
  • SAP Commerce Cloud Extension 1.2
  • Introduction
    • Extension support
    • General workflow
    • Features
    • Enable features
  • Install the extension
    • Step 1: Download the extension
    • Step 2: Update the localextensions.xml
    • Step 3: Run the installation command
    • Step 4: OOB code changes
    • Step 5: Rebuild the system
    • Step 6: Update the system
    • Step 7: Run project data ImPex files
    • Step 8: Enable the B2B feature
  • Configure the extension
    • Step 1: Configure the Digital River configuration page
    • Step 2: Attach the Base Store configuration
    • Step 3: Load the Digital River tax groups
    • Step 4: Configure the product
    • Step 5: Run cron jobs
    • Step 6: Set up regulatory fees
    • Step 7: Enable support for digital products
    • Step 8: Run the confirmation email body template
    • Step 9: Set up Wire Transfer
    • Step 10: Add the Digital River compliance statement
    • Step 11: Customize the locale, OMS, and webhooks
  • Test the extension
  • Support
Powered by GitBook
On this page
  1. Install the extension

Step 3: Run the installation command

Learn how to run the installation command.

To run the installation command:

  1. Stop the Hybris server if it is already running. Depending on the server's start mode, use one of the following methods to stop the Hybris server:

    • If you started the Hybris server using embedded mode, press Ctrl+C to stop the Hybris server.

    • If you started the Hybris server with service mode, use the command appropriate for your system to stop it: Windows: hybrisserver.bat stop Unix: ./hybrisserver.sh stop

  2. Go to <HYBRIS_HOME>/bin/platform and run the following command if it was not applied in this terminal:

    • Windows: setantenv.bat

    • Unix: ./setantenv.sh

  3. Go to <HYBRIS_HOME>/bin/platform and run the installation add-on with the following commands:

ant addoninstall -Daddonnames="digitalriveraddon" -DaddonStorefront.yacceleratorstorefront="yacceleratorstorefront"
ant addoninstall -Daddonnames="digitalriverb2baddon" -DaddonStorefront.yacceleratorstorefront="yb2bacceleratorstorefront"

The storefront name may differ from the default Hybris storefront name based on the project.

PreviousStep 2: Update the localextensions.xmlNextStep 4: OOB code changes

Last updated 3 years ago