简体   繁体   中英

Can't open http://localhost:3000 - why?

I can't open http://localhost:3000 .

If it's relevant, here is the rail s command:

Jonass-MBP:first Money$ rails s
=> Booting WEBrick
=> Rails 4.2.6 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
[2016-09-16 02:31:51] INFO  WEBrick 1.3.1
[2016-09-16 02:31:51] INFO  ruby 2.3.1 (2016-04-26) [x86_64-darwin15]
[2016-09-16 02:31:51] INFO  WEBrick::HTTPServer#start: pid=8906 port=3000

要使用端口3000杀死所有进程,请运行kill -9 $(lsof -i tcp:3000 -t)

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