The Remarkety plugin for Magento 2 is very easy to install via composer. It is available from the official Magento marketplace as well, but we recommend the installation method shown here in order to make it easy to keep up with upgrades.
* We strongly recommend installing on a testing/staging server first!
Read more about available features and the Remarkety solution for Magento 2 here.
Installing the plugin
Note: If you already have the plugin installed, please see "Upgrading the Plugin" below.
Step 1 - Use composer to get the proper version for your Magento installation:
For Magento 2.1.x or later:
composer require remarkety/mgconnector:^2.4.0
Step 2 - Let Magento know about the new component:
bin/magento setup:upgrade
Update database schema:
bin/magento setup:db-schema:upgrade
You may need to recompile the code cache:
bin/magento setup:di:compile
Step 3 - Complete the installation:
Go to your Magento Admin and click Main menu -> Remarkety -> Remarkety Installation and sign up to Remarkety using the form.
Step 4 - Log in to Remarkety and create your first campaign!
Upgrading an installed plugin to the latest version
Run composer update to pull the latest version:
composer update remarkety/mgconnector
Let Magento know that you updated the plugin:
bin/magento setup:upgrade
Update the database schema (usually this command will not run any changes):
bin/magento setup:db-schema:upgrade
Compile Magento's DI (dependency injection) with the new version:
bin/magento setup:di:compile
And you should be all set.
Comments
2 comments