[Magento] Install LangShop
Note: When installing the module to your staging instance, please select the Free plan to avoid any unnecessary charges. For more information, visit the FAQ page
Composer installation
If you are installing an extension from Aheadworks for the first time, you need to add our composer repository to your Magento store.
- Login to your ssh console and navigate to your store folder:
- Run the following command to install the latest version of the extension:
- Enable the extension:
- Next, register the extension:
- Execute compilation of static assets:
- Recompile your Magento store if you are in the Production mode:
- To verify that the extension is enabled, run this command:
- Go to Configuration - Services - Oauth and set Allow OAuth Access Tokens to be used as standalone Bearer tokens to Yes
- Clean store cache, by running the following command:
Log out and Log in to the backend again.
To upgrade the extension:
When prompted, enter Composer Public Key (Username) and Private Key (Password):
Update per module name:
Updater per version:
Run the following commands to upgrade, deploy, and clean the cache.
php bin/magento cache:clean |
Updated on: 27/07/2023
Thank you!