Skip to content

GlennCheng/NgrokForMagento2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Project Title

Ngrok for Magento2 local test

Getting Started

This script can help you easily to test for request which require "https",

it will replace the base url of your magento2 project, and restore the base url when exit this script.

Usage

  • install Ngrok and copy the command to /usr/bin/

  • add one server name for your nginx config of your magento2 project.

server {
     server_name *.ngrok.io; #add this line in server term
}
  • go to your magento2 project root directory first, then run the script.
# cd /to/your/magento2/project/
#/path/to/ngrok-for-magento2.py -l=LOCALDOMAIN -r=RESTOREDOMAIN

Deployment

Add additional notes about how to deploy this on a live system

Authors

See also the list of NgrokForMagento2 who participated in this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages