# Setup and Install

# RabbitMQ setup and configuration

  1. Magento Cloud (opens new window)

  2. Non-Magento cloud (opens new window)

# Default Magento cron as per the Magento guidelines

# Install Composer via Installation

We need to run below commands from the Magento web root folder, then the connector will be installed along with dependencies mentioned in the composer.json file in the connector package root. Since our connector package is private and it needs access credentials after executing below commands, access details will be shared to authorized persons as per the contract:

composer config repositories.private-packagist composer https://repo.packagist.com/kensiumsolutions/
composer config repositories.packagist.org false
composer require kensiumsolutions/acumatica-connector
Last Updated: 1/24/2020, 1:48:33 PM