links for 2009-05-21
May 21st, 2009 by James Carrlinks for 2009-05-19
May 19th, 2009 by James Carr-
Nice little post I found showing how to write stuff like "every 5.minutes do … end"
links for 2009-05-14
May 14th, 2009 by James Carr-
Now this is a bit nice… CouchRest is easy to use but rails doesn't like it's non-activerecord setup
links for 2009-05-13
May 13th, 2009 by James CarrNew Chef Recipe: couchdb::install
May 12th, 2009 by James CarrI’ve been using chef for a couple days now for configuration management of my server instances, and it’s been a blast… I’ll have a new post on it detailing it soon I promise. Anyway, I previously blogged about how to setup couchdb on ubuntu and decided to write a recipe last night to automate installing it. It should be merged back into opscode’s cookbooks soon, for now you can find it in my fork on github.
I’ve only used it on ubuntu 9 and I know it won’t work on ubuntu 8 due to the package for erlang being a bit too old… I’ll update the recipe when I can to do get around this soon.
links for 2009-05-12
May 12th, 2009 by James Carr-
I've been using chef recently to handle server administration and deployments. The wiki page has been a GREAT resource at learning Chef quickly.