Introduction Recently I had chance to evaluate usage of Chef for deployment of web service on project I am working on.
There are plenty of resources available and this post is meant mostly as a serie of personal notes based on my current experience so I can easily return to it.
Setup Client side Chef client can run in two modes:
Standalone called chef solo Uses chef-solo command without attempts to access the server Works greatly for development of cookbooks or just for simple setup of the environment.
Read more →