本文介绍了如何停止(并重新启动)Rails服务器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我按照中的说明在Mac上运行Rails OS X 10.8.2
I'm following the instructions here http://railsinstaller.org/mac to get up and running with Rails on a Mac running OS X 10.8.2
在第8步,我被要求重新启动Rails服务器,但是如何?
At step 8 I'm asked to restart Rails server but how?
推荐答案
按 Ctrl + C
当您启动服务器时,它会在启动文本中提到这一点。
When you start the server it mentions this in the startup text.
这篇关于如何停止(并重新启动)Rails服务器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!