Skip to content

Installation

blmage edited this page Nov 26, 2018 · 3 revisions

The extension must be installed via composer. To proceed, run these commands in your terminal:

composer require shoppingfeed/magento2-manager
php bin/magento module:enable ShoppingFeed_Manager
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Maintenance mode

When installing the module, especially when working on a production website, you may want to enable the maintenance mode. To do so, run the two commands below before and after running the other installation commands:

php bin/magento maintenance:enable
# Installation commands
php bin/magento maintenance:disable
Clone this wiki locally