How to install Magento 2 Blog Extension?
Every Pixlogix Magento 2 Blog Extension pack includes module files, an installation guide, and a user guide depending on the extension you purchase, there also may be import files which can be used by you as examples.
Pixlogix extensions are easy to install. All you need is to have FTP/SSH access details and follow the below steps to complete them.
- Backup your web directory and store database.
- Enable all cache from admin (System > Tools > Cache Management) before uploading the extension.
- Extract extension zip package and copy folder (app).
- Upload (app) folder to your store root folder by FTP.
- After uploading the (app) folder navigate to your store root folder in the SSH console of your server:cd path_to_the_store_root_folder (cd public_html)
- Run the following command:
- php bin/magento setup:upgrade
- php bin/magento setup:static-content:deploy
- Flush the store cache; Logout to complete the installation process and login.
Comments
Post a Comment