Created
April 18, 2016 05:38
-
-
Save dsignr/1fc7aa0241a4d96c9f4770330f84c0f4 to your computer and use it in GitHub Desktop.
How to bind rails default server to the public ip address of your AWS/GCE machine.
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
sudo rails server -b 0.0.0.0 -p 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment