I'm trying to use berks upload to send some cookbooks (and dependencies) up to my chef-server, but berkshelf needs to know where my chef-server is located at...and how to get into it.
Berkshelf will run with a default configuration unless you explicitly generate one. By default, Berkshelf uses the values found in your Knife configuration (if you have one).
Where exactly is it looking for my knife.rb?
Currently, it resides at ~/chef-repo/.chef/knife.rb which is not in my path or anything. Should it be? or should I have it located somewhere else?
also for the record, my cookbook are not stored inside my ~/chef-repo directory. They are in ~/cookbooks .... perhaps they "should" be inside my chef repo?