Created
July 19, 2013 04:02
-
-
Save bryanthompson/6035065 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gem install devtunnel | |
$ devtunnel signup | |
# 1. Enter your email address | |
# 2. You'll get a confirmation email - click the link, paste your id_rsa.pub, set a password | |
$ devtunnel login | |
# log in with your email and password | |
$ devtunnel forward --port 8080 | |
# now your local unicorn or whatever on port 8080 is forwarding :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment