Opscode
Chef 0.10.0 client/server packages for RHEL6 distributions are now available at
rbel.frameos.org
Installing a RHEL 6 based Chef Server
1. Install the RBEL repo
rpm -Uvh http://rbel.frameos.org/rbel6
2. Install Chef Server and dependencies
yum install rubygem-chef-server
3. To make things easier, disable the firewall (Don’t do it in a production or public facing server)
service iptables stop
4. Run the setup script
setup-chef-server.sh
Now login to http://your-chef-server:4040
user: admin
password: chef321go
Packages still need some polishing so any feedback is greatly appreciated.
Enjoy!
See also:
Bootstraping RHEL/CentOS 6 Chef 0.10 nodes using RBEL RPMs
The yum install rubygem-chef-server, throws a conflict when installing ruby-ee.x86_64 1.8.7-6.2011.03.frameos
The install worked only after I excluded it.
Right Yitzhak. FrameOS ruby-ee isn’t compatible with RBEL right now. Excluding it is a good choice.
Can’t get this running. I get the API gui at 4000 but nothing at 4040.
CentOS 6.2 x64
cool man.
loving it!!
ah HA! reading the ENTIRE article got me running it on centos6 x86_64.. it’s all about that ‘setup-chef-server.sh’
it’s not enough just to add the repos. gotta RTFA too..
thanks tho.. two days later, it’s working! :D
-m