Installation of ngrok using Public Ip address in rails
1)sudo apt-get install ngrok
2)https://ngrok.com/download -> Downloadngrock
3)unzip ngrokfile
4)./ngrok -help
5)./ngrok http 3004
6)http://ec0406bd.ngrok.io --> Get the Public Ip Address
7)ctrl+c --> Exit
1)sudo apt-get install ngrok
2)https://ngrok.com/download -> Downloadngrock
3)unzip ngrokfile
4)./ngrok -help
5)./ngrok http 3004
6)http://ec0406bd.ngrok.io --> Get the Public Ip Address
7)ctrl+c --> Exit
Comments
Post a Comment