1
vote
1answer
65 views

Installed mongrel2 via homebrew, can't find config.sqlite

I hope this is the right site to ask this, I wasn't sure if here or superuser was more appropriate. I've installed mongrel2 via Home Brew, which installed it to: /usr/local/Cellar/mongrel2/1.7.5 ...
0
votes
2answers
327 views

Monitoring mongrel with monit

I wrote a monit.d file for mongrels which works in this version: check process redmine with pidfile /home/redmine/service/redmine.pid group webservice start program = "/usr/bin/mongrel_rails start ...