``neon/module-rms``
Magento RMS Connector
* = in production please use the --keep-generated
option
- Unzip the zip file in
app/code/Neon
- Enable the module by running
php bin/magento module:enable Neon_Rms
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
- Make the module available in a composer repository for example:
- private repository
repo.magento.com
- public repository
packagist.org
- public github repository as vcs
- private repository
- Add the composer repository to the configuration by running
composer config repositories.repo.magento.com composer https://repo.magento.com/
- Install the module composer by running
composer require neon/module-rms
- enable the module by running
php bin/magento module:enable Neon_Rms
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
-
Secret Key (rms/api_settings/secret_key)
-
Access Identifier (rms/api_settings/access_identifier)
-
Database Name (rms/api_settings/database_name)
-
database_server (rms/api_settings/database_server)
-
Database Login Name (rms/api_settings/database_login_name)
-
Database Password (rms/api_settings/database_login_password)
-
RMS Type (rms/api_settings/rms_type)
-
InstanceName (rms/api_settings/instance_name)
-
Endpoint (rms/api_settings/api_endpoint)
-
Post URL (rms/api_settings/post_url)
-
Peek URL (rms/api_settings/peek_url)
- Helper
- Neon\Rms\Helper\Config