How do I configure a berks API server?
问题 I want to implement the Berks API in my infrastructure, comprise of Jenkins, a Git server, and a Chef 12 Enterprise server. Each cookbook is in it's own repo in the Git server, per the Berkshelf way. Basically, I just want my top level Berksfile to contain ONLY role cookbooks, and then "let" Berkshelf pull the transitive dependencies from my Git server. I've read the Berks API README for the server installation, but "where" do I install the cookbook? Do I install it on my Git server? I've