Simple way to stop redmine?
Added by Yves B over 15 years ago
Just installed this great system on my Ubuntu Desktop Linux platform.
Congratulations to all for this, it is close to perfection :)
I don't know anything about Ruby or Rails, so bear with me.
I followed all the instructions here:
http://www.redmine.org/wiki/redmine/HowTo_Install_Redmine_in_a_home_directory_on_Debian
to install the system on my Ubuntu Desktop
I then followed all this:
http://www.redmine.org/wiki/redmine/RedmineInstall
with the last instruction being
ruby script/server webrick -e production
And my server is running fine
The one thing that the installation notes does not explain is how to stop the server.
Granted, I can just Ctrl-C in the console that launched the server.
Do I have to do some killall? Of which process?
Replies (2)
RE: Simple way to stop redmine? - Added by Yves B over 15 years ago
I found this in a Webrick forum:
http://www.thinksharp.org/how-to-stop-webrick-from-the-command-line/
Note that the single quote after awk need to be a forward quote
RE: Simple way to stop redmine? - Added by Hans Kazan over 15 years ago
We use Mongrel_rails
And then with the correct mongrel_cluster.yml config file its simple as:
Start:
mongrel_rails cluster::start
Stop:
mongrel_rails cluster::stop