I want to start rails sever on port other that 3000 so that I can run two applications simultaneously on my machine. One is running on server using port 3000 and 2nd with new port.
Asked
Active
Viewed 9,327 times
14
-
1rails s -p
– usmanali Jun 23 '15 at 09:33 -
1`rails s -p your_port_number` – Pavan Jun 23 '15 at 09:33
-
`rails server --help` – JoJoS Jun 23 '15 at 09:39
-
possible duplicate of [Running multiple instances of Rails Server](http://stackoverflow.com/questions/4928680/running-multiple-instances-of-rails-server) – webster Jun 23 '15 at 09:47