Last active
March 8, 2016 16:12
-
-
Save jcoyne/2479c880145bf3c3e5a7 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
$ rails s -p 3001 -b 0.0.0.0 | |
=> Booting Puma | |
=> Rails 4.2.5.2 application starting in development on http://0.0.0.0:3001 | |
=> Run `rails server -h` for more startup options | |
=> Ctrl-C to shutdown server | |
Puma starting in single mode... | |
* Version 3.0.2 (ruby 2.3.0-p0), codename: Plethora of Penguin Pinatas | |
* Min threads: 0, max threads: 16 | |
* Environment: development | |
* Listening on tcp://0.0.0.0:3001 | |
Use Ctrl-C to stop | |
rails s -p 3001 -b 0.0.0.0 | |
=> Booting Thin | |
=> Rails 4.2.5.2 application starting in development on http://0.0.0.0:3001 | |
=> Run `rails server -h` for more startup options | |
=> Ctrl-C to shutdown server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment