Posts tagged scientificlinux

Installing Chef Server 0.10 in RHEL 6

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