Installation

To install Advanced Content Manager 2

  1. Download the zip file available immediately after your purchase and unzip it into your Magento 2 instance root:

    app/code/Blackbird/ContentManager/
  2. Enable the module:

    <your Magento install dir>/bin/magento module:enable --clear-static-content Blackbird_ContentManager
  3. Run command:

    <your Magento install dir>/bin/magento setup:upgrade

To upgrade Advanced Content Manager

  • Extract the .zip file in your Magento 2 instance root here:

    app/code/Blackbird/ContentManager/
  • Run command:

    <your Magento install dir>/bin/magento setup:upgrade
  • Clear the static files under:

    pub/static/adminhtml/Magento/backend/<lang>/Blackbird_ContentManager

    and

    pub/static/frontend/Magento/<theme>/<lang>/Blackbird_ContentManager
  • Then run command:

    php -d memory_limit=1024M bin/magento setup:static-content:deploy en_US

    where en_US is your language.

Chargement en cours...