Sign Up
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