Created
September 5, 2016 12:38
-
-
Save nburkley/2e202645dc93f4f0077c788f63f71dae to your computer and use it in GitHub Desktop.
Start puma rails server binding to a host and port
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
# binding to localhost | |
rails s -b 127.0.0.1 -p 3000 | |
# bind to lvh.me | |
rails s -b lvh.me -p 3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment