MAGENTO 2 INSTALLATION
Current Version: 1.1.4
Follow these steps to install an IWD Agency Magento 2 extension:
1. Backup your web directory and store database
2. Install an extension by uploading both packages to your directory:
path_to_the_store_root_folder/app/code/IWD
3. In SSH console of your server navigate to your store root folder:
cd path_to_the_store_root_folder
4. Run the following command:
php -f bin/magento setup:upgrade
5. Now run the following command:
php -f bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
php bin/magento setup:di:compile
6. Flush store cache; log out from the backend and log in again
IMPORTANT! HTTPS is required for Magento extension to work with PayPal iOS application.