Installation failing on OSX


Vishnu Vardhan <vard...@...>
 

Hi, 

A basic installation on OSX is failing.

All components are installing, and I get the following message in the end - 



✔ ----Harbor has been installed and started successfully.----


Now you should be able to visit the admin portal at http://10.0.0.24:8888. 

For more details, please visit https://github.com/goharbor/harbor .



But connection to that host fails with connection refused:

~/Downloads/harbor $ curl http://10.0.0.24:8888

curl: (7) Failed to connect to 10.0.0.24 port 8888: Connection refused



I first tried the default port - but that was not working, and so tried to change the port - following instructions on GitHub. Same error


I had some permissions trouble during the install and had to 
1. Create directories manually (e.g /data/redis)
2. Change ownership of some directories from root to my user name
    e.g /var/log/harbor, ./common/config/custom-ca-bundle.crt


The only change to the harbor.cfg is the hostname (10.0.0.24) with our without the custom port.

Please advice.