Can't stop rails server

前端 未结 27 2206
别跟我提以往
别跟我提以往 2020-12-04 05:12

I am new to rails and I am using an ubuntu machine and the rubymine IDE. The problem is that I am unable to stop the rails server. I tried to stop the server by killing the

27条回答
  •  情话喂你
    2020-12-04 05:30

    When the rails server does not start it means that it is already running then you can start by using new port eg.

    rails s -p 3001
    

    or it starts and stops in that case you want to delete temp folder in rails directory structure it starts the rails server.

提交回复
热议问题