Installing the Extension
In short, for professionals
- Upload all files of the extension to base (root) Magento directory.
Run the following commands in shell:
cd [your_product_directory_path] php -f bin/mana php bin/magento setup:static-content:deploy
Detailed Installation Instructions
1. Download extension latest version from MANAdev
- Log in to your account
- Navigate to menu MY ACCOUNT -> My Downloadable Products
- Find a product you want to download and press Download link
- Save extension ZIP file
2. Upload Extension Files
If you would like to install the extension directly to your computer, extract extension ZIP file directly to the directory where Magento is installed.
If you would like to install the extension to your remotely hosted server, extract downloaded ZIP file in a temporary directory and upload all the extracted files to Magento root directory.
3. Open Shell
For Linux systems, connect to SSH. In Windows, open Command Prompt. Here and below both SSH on Linus and Command Prompt on Windows are referred as Shell
.
After shell is opened, make your Magento 2 project directory your current directory by executing the following command in shell:
cd [your_product_directory_path]
4. Install Extension Database Tables, Clear Magento 2 Cache amd Reindex Extension Index
Execute the following command in shell:
php -f bin/mana
5. Deploy static view files
Execute the following command in shell:
php bin/magento setup:static-content:deploy
That's it. You're done.
Do you have more questions? Please, feel free to Contact Us Today.