Topic: How to start up or shut down kete
Topic type:
Kete has many pieces, how do I shut them all down or start them all up? In what order?
If I wanted to shudtown all kete's pieces, there isn't a script to do it for me. I'm thinking it might be something like this (in your_app directory, of course):
rake zebra:stop
script/backgroundrb stop
mongrel_rails cluster::stop
And then for startup, the reverse order w/ "start" replacing "stop". Does that cover everything, in the correct order?