How to get my reports in Chef Server working on Ubuntu

Problem:

I installed the Chef Server but my Reports are not working.

Solution:

The reporting piece of Chef is actually installed separately from the server.  To get reports to work simply issue these commands.

sudo chef-server-ctl install opscode-reporting

sudo opscode-reporting-ctl reconfigure

Comments are closed