Desk2Mob

Desk2Mob

Desk2Mob

How to change the default port in WEBrick?

  • Rails starts its web server on port 3000 by default. If you want to use a different port, such as 8888, run the command below.

ruby script/server -p 8888

Posted on February 03, 2014 by Amit Pandya in Rails2


All Posts