简体   繁体   中英

Clout9 (c9.io) IDE ruby on rails error when run rails s

When running rails server on cloud9, I get: No application seems to be running here! I tried removing the workspace, cloning it from a repository on github, and nothing works.

The solution that works for me is:

to start the server, do not simply type

  rails s

but instead

 rails s -b $IP -p $PORT

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM