Articles on: LangShop for Magento

[Magento] Setting up your Local store to allow for Langshop testing

To set up your Local store for Langshop testing follow next steps:


  1. download and install ngrok;


  1. add authorization token:


ngrok config add-authtoken <token>


you can get your token after registering an account https://ngrok.com/;


  1. start a tunnel for the port where Magento is available:


ngrok http 80


by default - 80, it might be different, for example http://localhost:8083/;


  1. ngrok will give an external URL to access the store. For example, https://6f42-178-124-152-209.eu.ngrok.io/;


  1. make changes in the _core_config_data_ table in the Magento database:


_web/unsecure/base_url_ - _https://6f42-178-124-152-209.eu.ngrok.io/_ (URL from point 4)


_web/secure/base_url_ - _https://6f42-178-124-152-209.eu.ngrok.io/_ (URL from point 4);


  1. run the following:


bin/magento c:c


  1. follow further instructions.

Updated on: 27/07/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!