I’m trying to work through the example here:
https://learn.chef.io/modules/manage-a-node-chef-server/ubuntu/bring-your-own-system/set-up-your-chef-server#/
and when I run the script:
/tmp/install-chef-server.sh
and when it gets near the end, it’s getting connection refused error:
Waiting for services…
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0curl: (7) Failed to connect to localhost port 8000: Connection refused
I’m installing the chef server on Ubuntu 16.04 on Virtualbox 5.2.6 and I’ve also tried the latest version of chef-server
chef-server-core_12.17.33-1_amd64.deb
and still gets the same error.