Re: How to stop webrick daemon

30 views
Skip to first unread message

Alex J.

unread,
Apr 29, 2013, 11:05:51 PM4/29/13
to rubyonra...@googlegroups.com
Tom wrote in post #109027:

...

> I usually do this:

> ps aux | grep ruby
> kill -9 [PID]
>
> Where PID is the process ID you get from doing the PS command. There
> might be a better way.
>
> -Tom

Thank you Tom

--
Posted via http://www.ruby-forum.com/.

jsnark

unread,
Apr 30, 2013, 8:43:04 AM4/30/13
to rubyonra...@googlegroups.com
The usual way to start webrick in RoR is with the command:

$ rails s

and the usual way to stop it is to enter CTRL-C in the same window.
Reply all
Reply to author
Forward
0 new messages