Pages

Wednesday, July 06, 2016

ngrok and rails

Build webhook integrations with ease.
Run personal cloud services from your own private network.
Demo without deploying
Simplify mobile device testing

1. Download [ngrok](https://ngrok.com/ 'ngrok') and install it.
2. Run your Rails app : rails s -b 0.0.0.0
3. Go to the directory where you extracted the zip file and run it. ./grok http 3000
4. You can now access the Rails app from the URL displayed in the ngrok Forwarding section of the server output. It will be something like: http://81ce07d0.ngrok.io


No comments:

Post a Comment