[Magento] Setting up your Local store to allow for Langshop testing
To set up your Local store for Langshop testing follow next steps:
- download and install ngrok;
- add authorization token:
you can get your token after registering an account https://ngrok.com/;
- start a tunnel for the port where Magento is available:
by default - 80, it might be different, for example http://localhost:8083/;
- ngrok will give an external URL to access the store. For example, https://6f42-178-124-152-209.eu.ngrok.io/;
- 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);
- run the following:
- follow further instructions.
Updated on: 27/07/2023
Thank you!