Skip to content

Instantly share code, notes, and snippets.

@moh-alsheikh
Created November 11, 2013 23:06
Show Gist options
  • Save moh-alsheikh/7422260 to your computer and use it in GitHub Desktop.
Save moh-alsheikh/7422260 to your computer and use it in GitHub Desktop.
Share your rails app with world by using ngrok here is the steps ::
1- download ngrok from https://ngrok.com.
2- run your local server (thin - webrik)
rails -s -p 8080
OR
thin start -p 8080
3- start ngrok
./ngrok 8080
Enjoy :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment