Magento 2.2.0 - Setup Languages
- Before going to install this set memory limit to 756M. you can do it from php.ini file.
- Just search for memory limit and change the value to 756M.
- On the Admin sidebar, tap System. Then under Tools, choose Web Setup Wizard.
- Tap Extension Manager.
- It will take a few minutes to generate the list of all available updates, recently purchased extensions, and currently installed extensions and sample data.
- For first time you have to get access keys (public and private)
- Got to marketplace.magento.com and to your profile
- Click Access Keys in the Marketplace tab
- Click Create a New Access Key. Enter a specific name for the keys (e.g., the name of the developer receiving the keys) and click OK.
- New public and private keys are now associated with your account that you can click to copy. Save this information or keep the page open when working with your Magento project. Use the Public key as your user name and the Private key as your password.
- Tap Review and Install. Then, do the following:
- In the list of extensions that are ready to install, mark the checkbox of the extension that you want to install.
- In the Latest version column, choose the version that you want to install.
- In the Action column, click Install.
- Then you will get readiness check
- If you got a error with Cron Scripts, then try this,
Run these commands to configure cron
php bin/magento cron:run
php update/cron.php
php bin/magento setup:cron:run
- After all are passed you can create backup
- Your store will be put in maintenance mode while the backup is created. When you are ready to begin, tap Create Backup. Then, wait a few minutes for the backup to complete.
- After creating backup you can install it.
- When you are ready to begin, tap Install. Then, wait a few moments for the installation to complete.
- When complete, tap Back to Setup. Then, tap the System Configuration.
- In the upper-right corner of Component Manager, click the Reset link to log out.
Configure the Extension for your store
- On the Admin sidebar, tap Stores. Then under Settings, choose Configuration.
- In the panel on the left, find the new tab for the extension you installed. Then, follow the instructions from the extension developer to complete the configuration.



Well explained.. keep up good work pal.
ReplyDelete