God + Merb = Awesome!
I hacked togeather a simple webUI for god this weekend, and it’s now in alpha stages. It will start, stop, Monitor, Unmonitor, and Restart services, and also give logs for the past 5 min. It’s powerd by merb, and is actually my first foray into merb, having used rails for the past 2 years. If you’d like to try it out, you can git it by
git clone git://github.com/pjdavis/god.git
To install it as a gem, uninstall the old god gem and type
rake gem sudo gem install pkg/god-0.8.0.gem
Also note you’ll need merb-core installed to. I forgot to add it to the dependencies list though.
Additional Note: There is no authentication yet, so i probably wouldn’t put this on a production server right now. Unless you want someone starting and stoping your services all the time and stuff.
I hope it works well for you.
Posted: July 26th, 2008 under Computers, Projects, Twitter, Uncategorized, git.
Comments: none
Write a comment