Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Installation

Vyacheslav Trukhmanov edited this page Dec 27, 2017 · 3 revisions

Currently Blog MX extension can be installed only via composer. Follow these steps to install this extension on your store.

  1. Backup your store's database and web directory.
  2. Login to SSH console on your server and navigate to root directory of the Magento 2 store.
  3. Execute the following command: composer require mirasvit/module-blog.
  4. Run command php -f bin/magento module:enable Mirasvit_Blog to enable extension.
  5. Run command php -f bin/magento setup:upgrade to install the extension.
  6. Run command php -f bin/magento cache:clean for clean the cache.
  7. Deploy static view files rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy

If you're using Magento 2.2.x, command use php -f bin/magento setup:static-content:deploy -f to deploy static contents.

Clone this wiki locally