Searching for a project skeleton for Chef + Django on Linux Searching for a project skeleton for Chef + Django on Linux nginx nginx

Searching for a project skeleton for Chef + Django on Linux


Here's typical chef based configuration solution:

  1. one git repo saves chef-repo. you can use knife solo init <repo-name> to create it. Or just clone that from git repo of opscode.com

  2. one git repo per cookbook. you can use berkshelf cookbook <your-cookbook-name> to create a full set of cookbook content including cookbook itself, test-kitchen, vagrant and berks. Please install berkshelf first via gem install berkshelf

For any other cookbooks that from cookbook community or git repo, you can use berkshelf to download them and managed as local cookbooks.