[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:
cd path_to_the_store_root_folder
Run the following command to install the latest version of the extension:
composer require aheadworks/module-langshop
Enable the extension:
bin/magento module:enable Aheadworks_Langshop
Next, register the extension:
bin/magento setup:upgrade
Execute compilation of static assets:
bin/magento setup:static-content:deploy --area adminhtml
Recompile your Magento store if you are in the Production mode:
bin/magento setup:di:compile
To verify that the extension is enabled, run this command:
bin/magento module:status
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:
bin/magento cache:flush
Log out and Log in to the backend again.
To upgrade the extension:
When prompted, enter Composer Public Key (Username) and Private Key (Password):
Username
AAAAB3NzaC1yc2EAAAADAQABAAABAQDWg8Ai732XTO5K2vz6dDWEUaNNRU+yXKiu
| Password
MIIEpAIBAAKCAQEA1oPAIu99l0zuStr8+nQ1hFGjTUVPslyorux2uUgMM1/okHfI
Update per module name:
composer update aheadworks/module-langshop
Updater per version:
composer require aheadworks/module-langshop:<version>
Run the following commands to upgrade, deploy, and clean the cache.
php bin/magento setup:upgrade --keep-generated
bin/magento setup:static-content:deploy -f
php bin/magento setup:static-content:deploy
php bin/magento cache:clean|
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:
cd path_to_the_store_root_folder
Run the following command to install the latest version of the extension:
composer require aheadworks/module-langshop
Enable the extension:
bin/magento module:enable Aheadworks_Langshop
Next, register the extension:
bin/magento setup:upgrade
Execute compilation of static assets:
bin/magento setup:static-content:deploy --area adminhtml
Recompile your Magento store if you are in the Production mode:
bin/magento setup:di:compile
To verify that the extension is enabled, run this command:
bin/magento module:status
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:
bin/magento cache:flush
Log out and Log in to the backend again.
To upgrade the extension:
When prompted, enter Composer Public Key (Username) and Private Key (Password):
Username
AAAAB3NzaC1yc2EAAAADAQABAAABAQDWg8Ai732XTO5K2vz6dDWEUaNNRU+yXKiu
| Password
MIIEpAIBAAKCAQEA1oPAIu99l0zuStr8+nQ1hFGjTUVPslyorux2uUgMM1/okHfI
Update per module name:
composer update aheadworks/module-langshop
Updater per version:
composer require aheadworks/module-langshop:<version>
Run the following commands to upgrade, deploy, and clean the cache.
php bin/magento setup:upgrade --keep-generated
bin/magento setup:static-content:deploy -f
php bin/magento setup:static-content:deploy
php bin/magento cache:clean|
Updated on: 27/07/2023
Thank you!