DevTech101

DevTech101

Chef

Solaris Chef Kitchen Docker Quick Notes

Preparing Solaris 11 for Chef, especially Chef Kitchen(Ruby Gem’s) For Solaris 11 to be able to run / use Chef Kitchen, you might need to follow the below installation perpetrations. Note: The notes below extend the article – Using chef kitchen docker build behind corporate proxy firewall pkg install ruby Packages to install: 2 Mediators …

Solaris Chef Kitchen Docker Quick Notes Read More »

Chef Server & Client Install and configuration how to

Below is an example configuration, using Ubuntu as the Chef server, as well as Ubuntu or Solaris (11/12) as the Chef Client. Chef Server Installation and Configuration First lets download the the Chef Ubuntu pkg. wget https://web-dl.packagecloud.io/chef/stable/packages/ubuntu/trusty/chef-server-core_12.12.0-1_amd64.deb # Now install the pkg dpkg -i chef-server-core_12.12.0-1_amd64.deb Once the installation is completed, the official docs stat to …

Chef Server & Client Install and configuration how to Read More »