Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.05 KB

INSTALLATION.md

File metadata and controls

17 lines (15 loc) · 1.05 KB

Magento 2 PureChat Module Install Guide

Using Composer:

  1. You will need to have an active PureChat account to setup the plugin.
  2. Go to your Magento 2 root folder
  3. Type the follosing command to install the plugin composer require sozodesign/magento2-purechat
  4. Enable the module php -f bin/magento module:enable --clear-static-content Sozo_PureChat
  5. Database updates php -f bin/magento setup:upgrade
  6. Configure the module in the Magento 2 Admin. Go to Stores -> Configuration -> SOZO Extensions -> PureChat

Cloning from GitHub

  1. You will need to have an active PureChat account to setup the plugin.
  2. Go to your Magento 2 root folder
  3. Type git clone [email protected]:clivewalkden/Magento2_PureChat.git vendor/sozodesign/magento2-purechat
  4. Enable the module php -f bin/magento module:enable --clear-static-content Sozo_PureChat
  5. Database updates php -f bin/magento setup:upgrade
  6. Configure the module in the Magento 2 Admin. Go to Stores -> Configuration -> SOZO Extensions -> PureChat