How do I get started with Chef?
- by Brad Wright
The chef documentation is pretty bad. And Google isn't helping me.
Can anyone point me at a decent article or something that would help me get started?
My specific issues are:
How do I get a client to read my configuration? chef-solo seems like the best start (I don't want to run an OpenID server or Merb)
How do I configure Apache to serve Django? I already know how to do this via regular server configuration, but I figure an example Chef recipe would be a good start;