How to install extension
- Backup your store database and web directory.
- Login to SSH console of your server and navigate to root directory of Magento 2 store.
- Copy installation instructions from page My Downloadable Products to SSH console and press ENTER.
- Run command
php -f bin/magento module:enable Mirasvit_Search Mirasvit_SearchMysql Mirasvit_SearchSphinx Mirasvit_SearchAutocomplete Mirasvit_Misspell
for enable extension. - Run command
php -f bin/magento module:enable --all
. - Run command
php -f bin/magento setup:upgrade
for install extension. -
Completely clear the store cache.
Go to System > Cache Management. Click button Flush Magento Cache. If you want to clear the cache manually, you need to remove a folder
var/cache
at the server.