Skip to content
jasonjackson edited this page Sep 13, 2010 · 2 revisions

I pulled the call to any repo’s out. The dependencies which need satisfied are:

ruby 1.8.6
rubygems 1.3
gcc
gcc-c++
ruby-devel
ruby-docs
ruby-ri
ruby-irb
ruby-rdoc

gem sources -a http://gems.rubyforge.org
gem sources -a http://gems.opscode.com

gem install chef ohai chef-server

Then you can run:

./bin/install_on_centos_with_gems.sh

To get the /etc/chef/solo.rb file in place and run chef-solo

Clone this wiki locally