Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Last active March 8, 2016 16:12
Show Gist options
  • Save jcoyne/2479c880145bf3c3e5a7 to your computer and use it in GitHub Desktop.
Save jcoyne/2479c880145bf3c3e5a7 to your computer and use it in GitHub Desktop.
$ 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