mkdir chef-server-test cd chef-server-test2. Add the Chef Server box to Vagrant
vagrant box add chef-server http://download.frameos.org/sl6-64-chefserver-0.10.box vagrant init chef-server vagrant up3. Login to your new Chef Server at:
http://localhost:4040 Default user: admin Default pass: chef321goEnjoy!