Rails-tutorial Chapter 1: rails server isn't working on Cloud9

后端 未结 4 589
说谎
说谎 2021-02-04 12:58

https://www.railstutorial.org/book/beginning#sec-rails_server

I have reached this step, and I\'m using the cloud9 environment. When I run the server as per Listing 1.7 o

4条回答
  •  日久生厌
    2021-02-04 13:30

    Probably you just had the other server still running. The one you initiate earlier on in he tutorial with the rails server command. You need to shut the other one down first using Ctrl+C, then try rails server -b $IP -p $PORT again

提交回复
热议问题