# Setup and Install
# RabbitMQ setup and configuration
# Help links:
# Default Magento cron as per the Magento guidelines
- Command to install cron:
bin/magento cron
- Help link for Magento cloud (opens new window)
# 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