1. Install Chef Server using the command:
rpm –ivh chef-server-12.0.7.el6.x86_86.rpm
chef-server-ctl install opscode-manage
chef-server-ctl install opscode-reporting -> This is optional incase you want to turn on reporting for chef-client runs on your nodes.
2. Run the command:
chef-server-ctl reconfigure
3. Run the command:
opscode-manage-ctl reconfigure
opscode-reporting-ctl reconfigure -> Only if you install Reporting feature in Step #1