Problem is that I cannot access the Dashboard (connection refused). Some digging around in logfiles revealed that every 5 seconds there is an error written to /var/log/upstart/tyk-gateway.log:
Looks like you’ve installed version 2.0 instead of 1.9, we literally just pushed this update, which is wh the instructions and what you are seeing don’t match up.
–dashboard=http://YOUR-DASHBOARD_DOMAIN:300: We want to use the dashboard, since Tyk Gateway gets all it’s API Definitions from the dashboard service, we need to tell it where the dashboard is, in this case, it’s on localhost. This MUST be the same domain that you use in step 4 below
I think there is a typo on the port, in the setup.sh params it reads 3000, here it’s 300
The explanation reads ‘in this case it’s on localhost’. I’m not sure what to use here, should it be http://localhost:[port], or e.g. http://www.valdit.com :[port]?
Made it to the end of the script, but am unfortunately not able to connect to the dashboard. Some digging in the logs shows this in /var/log/upstart/tyk-dashboard.log