问题
I was following this link Installing Chef Server on Windows. Here he was facing issue to install gem package for chef-server, chef-server-api
But, with some trying, I can able to install Now, the problem is the link enashnash shared, but it is removed
I tried googling URL, plagarism nothing worked until I checked web archive. https://web.archive.org/web/20111204204532/http:/wiki.opscode.com/display/chef/Installing+Chef+Server+Manually
As it is using CouchDB, Rabbit MQ,Java, zlib, libxml, Opscode APT repository. I thought I can install these manually just like in above-mentioned URL
Problem is coming when setting opscode.list as they told to create it at Create /etc/apt/sources.list.d/opscode.list & /etc/chef/server.rb those are only linux based.
So, can I conclude it that this is the only or final problem why we can't install chef-server ? And, do you know why they have not added Windows platform?
来源:https://stackoverflow.com/questions/56687349/installing-chef-server-on-windows-2